mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Oops, I meant registry.
This commit is contained in:
parent
6cddfb5358
commit
ce75589c6d
@ -54,7 +54,7 @@ import callbacks
|
|||||||
|
|
||||||
conf.registerPlugin('Channel')
|
conf.registerPlugin('Channel')
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Channel, 'alwaysRejoin',
|
conf.registerChannelValue(conf.supybot.plugins.Channel, 'alwaysRejoin',
|
||||||
register.Boolean(True, """Determines whether the bot will always try to
|
registry.Boolean(True, """Determines whether the bot will always try to
|
||||||
rejoin a channel whenever it's kicked from the channel."""))
|
rejoin a channel whenever it's kicked from the channel."""))
|
||||||
|
|
||||||
class Channel(callbacks.Privmsg):
|
class Channel(callbacks.Privmsg):
|
||||||
|
Loading…
Reference in New Issue
Block a user