Oops, did I forget to commit this before?

This commit is contained in:
Jeremy Fincher 2004-08-06 16:11:44 +00:00
parent a290f4bff5
commit ef9c94beb5

View File

@ -671,6 +671,13 @@ registerGlobalValue(supybot.protocols.irc.ping, 'interval',
registry.Integer(120, """Determines the number of seconds between sending
pings to the server, if pings are being sent to the server."""))
registerGlobalValue(supybot.protocols.irc, 'queueDuplicateMessages',
registry.Boolean(False, """Determines whether the bot will allow duplicate
messages to be queued for delivery to the server. This is a safety
mechanism put in place to prevent plugins from sending the same message
multiple times; most of the time it doesn't matter, but when it does, you'll
probably want it to disallowed."""))
###
# supybot.protocols.http
###