Revert to standard values
This commit is contained in:
parent
6a9f284a8a
commit
af76c8e602
4
bot.py
4
bot.py
@ -7,8 +7,8 @@ import ConfigParser
|
|||||||
|
|
||||||
# Some basic variables used to configure the bot.
|
# Some basic variables used to configure the bot.
|
||||||
server = "irc.freenode.net"
|
server = "irc.freenode.net"
|
||||||
channel = "#openhatch-bots" # Please use #openhatch-bots rather than #openhatch for testing
|
channel = "#openhatch" # Please use #openhatch-bots rather than #openhatch for testing
|
||||||
botnick = "ParserWelcomeBot"
|
botnick = "WelcomeBot"
|
||||||
channel_greeters = ['shauna', 'paulproteus', 'marktraceur']
|
channel_greeters = ['shauna', 'paulproteus', 'marktraceur']
|
||||||
hello_list = [r'hello', r'hi', r'hey', r'yo', r'sup']
|
hello_list = [r'hello', r'hi', r'hey', r'yo', r'sup']
|
||||||
help_list = [r'help', r'info', r'faq', r'explain yourself']
|
help_list = [r'help', r'info', r'faq', r'explain yourself']
|
||||||
|
Loading…
Reference in New Issue
Block a user