diff --git a/relaybot.py b/relaybot.py index f372316..5f25bae 100644 --- a/relaybot.py +++ b/relaybot.py @@ -172,6 +172,9 @@ class SilentJoinPart(IRCRelayer): def userQuit(self, user, quitMessage): pass + def userRenamed(self, oldname, newname): + pass + #Remove the _ that FLIP puts on the end of usernames. class FLIPRelayer(SilentJoinPart): def formatUsername(self, username):