From 26d7fd7aa141945657e433cb56219882fa31396e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 14 Sep 2013 20:24:13 +0200 Subject: [PATCH] Seen: Fix docstring of @since. --- plugins/Seen/plugin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Seen/plugin.py b/plugins/Seen/plugin.py index f61ebef2e..65542ae0e 100644 --- a/plugins/Seen/plugin.py +++ b/plugins/Seen/plugin.py @@ -327,9 +327,11 @@ class Seen(callbacks.Plugin): @internationalizeDocstring def since(self, irc, msg, args, channel, nick): - """[] + """[] [] Returns the messages since last left the channel. + If is not given, it defaults to the nickname of the person + calling the command. """ if nick is None: nick = msg.nick