mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Channel: Correct specification of "#channel,op" capability.
Closes: Sf#3055991 Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
bc98577fb1
commit
8cc6320768
@ -29,14 +29,14 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
Basic channel management commands. Many of these commands require their caller
|
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
|
||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
|
|
||||||
# Use this for the version of this plugin. You may wish to put a CVS keyword
|
# 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%%"
|
__version__ = "%%VERSION%%"
|
||||||
|
|
||||||
__author__ = supybot.authors.jemfinch
|
__author__ = supybot.authors.jemfinch
|
||||||
|
Loading…
Reference in New Issue
Block a user