From 38c9edafdc7c9f3aa290ae4670c0a8b03a9e60fd Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Wed, 5 Feb 2014 10:03:18 +0100 Subject: [PATCH] documentation update --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 0a9d9b4..c7a31f4 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): - """[] [] [] + """[] [] [] [] returns active items for mode if given otherwise all modes are returned, if hostmask given, filtered by oper""" i = self.getIrc(irc)