mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Add a better help description to identify
This commit is contained in:
parent
863aeb3b4f
commit
4a1a662b6d
@ -289,7 +289,9 @@ class User(callbacks.Privmsg):
|
|||||||
def identify(self, irc, msg, args):
|
def identify(self, irc, msg, args):
|
||||||
"""<name> <password>
|
"""<name> <password>
|
||||||
|
|
||||||
Identifies the user as <name>.
|
Identifies the user as <name>. This command (and all other
|
||||||
|
commands that include a password) must be sent to the bot privately,
|
||||||
|
not in a channel.
|
||||||
"""
|
"""
|
||||||
(name, password) = privmsgs.getArgs(args, 2)
|
(name, password) = privmsgs.getArgs(args, 2)
|
||||||
if not self._checkNotChannel(irc, msg):
|
if not self._checkNotChannel(irc, msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user