From af76c8e602349517501033cf4d53fa32ffeef351 Mon Sep 17 00:00:00 2001 From: Alex Parella Date: Thu, 20 Nov 2014 23:49:01 -0800 Subject: [PATCH] Revert to standard values --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']