diff --git a/bot.py b/bot.py index e8f7254..c1df71f 100644 --- a/bot.py +++ b/bot.py @@ -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']