diff --git a/core/bot.py b/core/bot.py index 879a9a1..2ba40ff 100644 --- a/core/bot.py +++ b/core/bot.py @@ -439,7 +439,7 @@ class IRCBot(IRCClient): self._tempList[1].clear() if noResults: if self.listRetried: - warn("LIST still empty after retry: %s - %i" % (net, num)) + warn("LIST still empty after retry: %s - %i" % (self.net, self.num)) self.listRetried = False return else: