Add a better help description to identify

This commit is contained in:
James Vega 2003-11-04 22:50:22 +00:00
parent 863aeb3b4f
commit 4a1a662b6d

View File

@ -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):