mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Seen: Fix docstring of @since.
This commit is contained in:
parent
0a439012c1
commit
26d7fd7aa1
@ -327,9 +327,11 @@ class Seen(callbacks.Plugin):
|
||||
|
||||
@internationalizeDocstring
|
||||
def since(self, irc, msg, args, channel, nick):
|
||||
"""[<channel>] <nick>
|
||||
"""[<channel>] [<nick>]
|
||||
|
||||
Returns the messages since <nick> last left the channel.
|
||||
If <nick> is not given, it defaults to the nickname of the person
|
||||
calling the command.
|
||||
"""
|
||||
if nick is None:
|
||||
nick = msg.nick
|
||||
|
Loading…
Reference in New Issue
Block a user