mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
User: Specify changename must be used in private in its help.
Closes: Sf#3055353
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit 07da8cab13
)
Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
This commit is contained in:
parent
7613e4056a
commit
2c812cfd9e
@ -150,8 +150,8 @@ class User(callbacks.Plugin):
|
|||||||
|
|
||||||
Changes your current user database name to the new name given.
|
Changes your current user database name to the new name given.
|
||||||
<password> is only necessary if the user isn't recognized by hostmask.
|
<password> is only necessary if the user isn't recognized by hostmask.
|
||||||
If you include the <password> parameter, this message must be sent
|
This message must be sent to the bot privately (not on a channel) since
|
||||||
to the bot privately (not on a channel).
|
it may contain a password.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
id = ircdb.users.getUserId(newname)
|
id = ircdb.users.getUserId(newname)
|
||||||
|
Loading…
Reference in New Issue
Block a user