From fad77c9545878b44aa00e2d8d2a7178d63343520 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 17 Sep 2003 22:49:00 +0000 Subject: [PATCH] Forgot to change a topicget to a gettopic. --- plugins/Topic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Topic.py b/plugins/Topic.py index 07fe20928..9c2ae86fb 100644 --- a/plugins/Topic.py +++ b/plugins/Topic.py @@ -128,7 +128,7 @@ class Topic(callbacks.Privmsg): except IndexError: irc.error(msg, 'That\'s not a valid index.') return - gettopic = privmsgs.channel(topicget) + gettopic = privmsgs.channel(gettopic) def changetopic(self, irc, msg, args, channel): """[]