Fix a copy/paste error in User.capabilities help

This commit is contained in:
James Vega 2008-09-11 15:56:58 +00:00
parent 88ca711d6a
commit a946effc79
1 changed files with 2 additions and 1 deletions

View File

@ -358,7 +358,8 @@ class User(callbacks.Plugin):
"""[<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:
u = ircdb.users.getUser(msg.prefix)