Merge user.hostmask.remove fix from ProgVal/Limnoria.

This commit is contained in:
Mikaela Suomalainen 2014-03-22 15:36:55 +02:00
commit 72d3ca0495
1 changed files with 1 additions and 4 deletions

View File

@ -374,10 +374,7 @@ class User(callbacks.Plugin):
sent to the bot privately (not on a channel) since it may contain a sent to the bot privately (not on a channel) since it may contain a
password. If <hostmask> is password. If <hostmask> is
not given, it defaults to your current hostmask. If <name> is not not given, it defaults to your current hostmask. If <name> is not
given, it defaults to your currently identified name. This message given, it defaults to your currently identified name.
must be sent to the bot privately (not on a channel) since it may
contain a password.
""" """
if not hostmask: if not hostmask:
hostmask = msg.prefix hostmask = msg.prefix