documentation

This commit is contained in:
Nicolas Coevoet 2014-02-05 19:32:46 +01:00
parent 152ae296d7
commit c365d4706c

View File

@ -1188,7 +1188,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
query = wrap(query,['private','user','text']) query = wrap(query,['private','user','text'])
def pending (self, irc, msg, args, channel, mode, pattern, notExpired): def pending (self, irc, msg, args, channel, mode, pattern, notExpired):
"""[<channel>] [<mode>] [<nick|hostmask>] """[<channel>] [<mode>] [<nick|hostmask>] [boolean, never expire items only]
returns active items for mode if given otherwise all modes are returned, if hostmask given, filtered by oper""" returns active items for mode if given otherwise all modes are returned, if hostmask given, filtered by oper"""
i = self.getIrc(irc) i = self.getIrc(irc)