mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 16:09:24 +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
|
@internationalizeDocstring
|
||||||
def since(self, irc, msg, args, channel, nick):
|
def since(self, irc, msg, args, channel, nick):
|
||||||
"""[<channel>] <nick>
|
"""[<channel>] [<nick>]
|
||||||
|
|
||||||
Returns the messages since <nick> last left the channel.
|
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:
|
if nick is None:
|
||||||
nick = msg.nick
|
nick = msg.nick
|
||||||
|
Loading…
Reference in New Issue
Block a user