From c365d4706ceb90bcc09c75011ece440a7da4a16a Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Wed, 5 Feb 2014 19:32:46 +0100 Subject: [PATCH] documentation --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)