Make the stats command aware of duplicate networks

This commit is contained in:
2018-10-21 17:14:50 +01:00
parent 7cd6bc3616
commit 3bf361134f
3 changed files with 25 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ class IRCBot(IRCClient):
def privmsg(self, user, channel, msg):
nick, ident, host = self.parsen(user)
userinfo.editUser(self.net, channel, nick, user)
#userinfo.editUser(self.net, channel, nick, user)
count.event(self.net, "privmsg")
keyword.actKeyword(user, channel, msg, self.nickname, "MSG", self.name)