diff --git a/plugin.py b/plugin.py index 0a9d9b4..cc5082d 100644 --- a/plugin.py +++ b/plugin.py @@ -1188,7 +1188,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler): query = wrap(query,['private','user','text']) def pending (self, irc, msg, args, channel, mode, pattern, notExpired): - """[] [] [] + """[] [] [] [boolean, never expire items only] returns active items for mode if given otherwise all modes are returned, if hostmask given, filtered by oper""" i = self.getIrc(irc)