From bde37c2afebc244fe120ca59d820712c32119f7f Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 31 Aug 2010 19:00:28 -0400 Subject: [PATCH] Channel: Correct specification of "#channel,op" capability. Closes: Sf#3055991 Signed-off-by: James Vega (cherry picked from commit 8cc63207681d5973abc108911803af2647d38b55) Signed-off-by: Daniel Folkinshteyn --- plugins/Channel/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Channel/__init__.py b/plugins/Channel/__init__.py index 93d8e9c57..9bff7a104 100644 --- a/plugins/Channel/__init__.py +++ b/plugins/Channel/__init__.py @@ -29,14 +29,14 @@ """ Basic channel management commands. Many of these commands require their caller -to have the .op capability. This plugin is loaded by default. +to have the #channel,op capability. This plugin is loaded by default. """ import supybot import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword -# in here if you\'re keeping the plugin in CVS or some similar system. +# in here if you're keeping the plugin in CVS or some similar system. __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch