diff --git a/bot.py b/bot.py index 6e7523a..66bb093 100644 --- a/bot.py +++ b/bot.py @@ -7,6 +7,7 @@ privmsg_channel_re = re.compile(r"PRIVMSG (#*\w+)") nick_re = re.compile(r"^:([^!]*)!") # timeout = 86400 # 24 hours +# these very low values are for testing timeout = 15 messages_within_timeout = 5 host = "localhost"