mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed an unneeded debug.printf.
This commit is contained in:
parent
88c6c7b136
commit
9b62a861c6
@ -172,7 +172,7 @@ class Topic(callbacks.Privmsg):
|
|||||||
if ircdb.checkCapability(msg.prefix, capability):
|
if ircdb.checkCapability(msg.prefix, capability):
|
||||||
topics = irc.state.getTopic(channel).split(self.topicSeparator)
|
topics = irc.state.getTopic(channel).split(self.topicSeparator)
|
||||||
topic = topics.pop(number)
|
topic = topics.pop(number)
|
||||||
debug.printf(topic)
|
## debug.printf(topic)
|
||||||
(topic, name) = self.topicUnformatter.match(topic).groups()
|
(topic, name) = self.topicUnformatter.match(topic).groups()
|
||||||
try:
|
try:
|
||||||
username = ircdb.users.getUserName(msg.prefix)
|
username = ircdb.users.getUserName(msg.prefix)
|
||||||
|
Loading…
Reference in New Issue
Block a user