mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Fix a copy/paste error in User.capabilities help
This commit is contained in:
parent
88ca711d6a
commit
a946effc79
@ -358,7 +358,8 @@ class User(callbacks.Plugin):
|
|||||||
"""[<name>]
|
"""[<name>]
|
||||||
|
|
||||||
Returns the capabilities of the user specified by <name>; if <name>
|
Returns the capabilities of the user specified by <name>; if <name>
|
||||||
isn't specified, returns the hostmasks of the user calling the command.
|
isn't specified, returns the capabilities of the user calling the
|
||||||
|
command.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
u = ircdb.users.getUser(msg.prefix)
|
u = ircdb.users.getUser(msg.prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user