mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 04:51:07 -05:00
fixed missing --flood option in wrap
This commit is contained in:
parent
3c80464cdf
commit
a3d25c44b7
@ -1630,7 +1630,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
|
||||
irc.queueMsg(ircmsgs.privmsg(msg.nick, result))
|
||||
else:
|
||||
irc.reply('no result')
|
||||
pending = wrap(pending,['op',getopts({'mode': 'letter', 'never': '', 'oper' : 'somethingWithoutSpaces', 'ids' : '', 'count': '', 'duration' : 'getTs'})])
|
||||
pending = wrap(pending,['op',getopts({'flood':'','mode': 'letter', 'never': '', 'oper' : 'somethingWithoutSpaces', 'ids' : '', 'count': '', 'duration' : 'getTs'})])
|
||||
|
||||
def _modes (self,numModes,chan,modes,f):
|
||||
for i in range(0, len(modes), numModes):
|
||||
|
Loading…
x
Reference in New Issue
Block a user