diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index a2354aca5..65b37197c 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -358,7 +358,8 @@ class User(callbacks.Plugin): """[] Returns the capabilities of the user specified by ; if - 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)