From ab7fe85d6e993f013f0c0c8de427a010c73c8a77 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 4 Apr 2025 07:16:13 +0000 Subject: [PATCH] add comment --- bot.py | 1 + 1 file changed, 1 insertion(+) 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"