Oops, I meant registry.

This commit is contained in:
Jeremy Fincher 2004-04-05 16:01:49 +00:00
parent 6cddfb5358
commit ce75589c6d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ import callbacks
conf.registerPlugin('Channel')
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."""))
class Channel(callbacks.Privmsg):