From ce75589c6de19f89876a855fd293517f8aedf639 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 5 Apr 2004 16:01:49 +0000 Subject: [PATCH] Oops, I meant registry. --- src/Channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Channel.py b/src/Channel.py index 0277ac73f..e86953a29 100755 --- a/src/Channel.py +++ b/src/Channel.py @@ -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):