Merge branch 'maint/0.83.4'

This commit is contained in:
James Vega 2010-08-31 19:01:37 -04:00
commit 8deb47eb53

View File

@ -29,14 +29,14 @@
"""
Basic channel management commands. Many of these commands require their caller
to have the <channel>.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