Revert to standard values

This commit is contained in:
Alex Parella 2014-11-20 23:49:01 -08:00
parent 6a9f284a8a
commit af76c8e602
1 changed files with 2 additions and 2 deletions

4
bot.py
View File

@ -7,8 +7,8 @@ import ConfigParser
# Some basic variables used to configure the bot.
server = "irc.freenode.net"
channel = "#openhatch-bots" # Please use #openhatch-bots rather than #openhatch for testing
botnick = "ParserWelcomeBot"
channel = "#openhatch" # Please use #openhatch-bots rather than #openhatch for testing
botnick = "WelcomeBot"
channel_greeters = ['shauna', 'paulproteus', 'marktraceur']
hello_list = [r'hello', r'hi', r'hey', r'yo', r'sup']
help_list = [r'help', r'info', r'faq', r'explain yourself']