add comment

This commit is contained in:
= 2025-04-04 07:16:13 +00:00
parent da95aaa367
commit ab7fe85d6e

1
bot.py
View File

@ -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"