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