More descriptive log when stopping polling.

The polling did not neccessarily restore the desired nick for it to be
the current one.
This commit is contained in:
Steve Dougherty 2013-01-20 01:00:50 -05:00
parent 93290cc7cd
commit 822c2b2ff7
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class NickServRelayer(SilentJoinPart):
log.msg("[%s] Reclaiming desired nick in polling."%(self.network))
self.setNick(self.desiredNick)
else:
log.msg("[%s] Reclaimed desired nick with polling."%(self.network))
log.msg("[%s] Have desired nick."%(self.network))
self.nickPoll.stop()
def nickChanged(self, nick):