Didn't update nickmods to match conf.nickmods when Irc.reset is called, in case we're on a dumb network like Freenode.

This commit is contained in:
Jeremy Fincher 2003-10-19 13:59:00 +00:00
parent e1d1343055
commit f917053150
1 changed files with 0 additions and 1 deletions

View File

@ -411,7 +411,6 @@ class Irc(IrcCommandDispatcher):
def reset(self):
"""Resets the Irc object. Useful for handling reconnects."""
self._nickmods = copy.copy(conf.nickmods)
self.state.reset()
self.queue.reset()
self.lastping = time.time()