From a946effc799e15e7e756e1e6009859c18a33e8bc Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 11 Sep 2008 15:56:58 +0000 Subject: [PATCH] Fix a copy/paste error in User.capabilities help --- plugins/User/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)