Forgot to change a topicget to a gettopic.

This commit is contained in:
Jeremy Fincher 2003-09-17 22:49:00 +00:00
parent d227111b0c
commit fad77c9545
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""[<channel>] <number> <regexp>