Silence nick changes in addition to join/parts.

This commit is contained in:
Steve Dougherty 2013-01-19 23:44:54 -05:00
parent e46f824d22
commit d755a70e1a
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ class SilentJoinPart(IRCRelayer):
def userQuit(self, user, quitMessage):
pass
def userRenamed(self, oldname, newname):
pass
#Remove the _<numbers> that FLIP puts on the end of usernames.
class FLIPRelayer(SilentJoinPart):
def formatUsername(self, username):