add comment
This commit is contained in:
parent
da95aaa367
commit
ab7fe85d6e
1
bot.py
1
bot.py
@ -7,6 +7,7 @@ privmsg_channel_re = re.compile(r"PRIVMSG (#*\w+)")
|
|||||||
nick_re = re.compile(r"^:([^!]*)!")
|
nick_re = re.compile(r"^:([^!]*)!")
|
||||||
|
|
||||||
# timeout = 86400 # 24 hours
|
# timeout = 86400 # 24 hours
|
||||||
|
# these very low values are for testing
|
||||||
timeout = 15
|
timeout = 15
|
||||||
messages_within_timeout = 5
|
messages_within_timeout = 5
|
||||||
host = "localhost"
|
host = "localhost"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user