diff --git a/tipbot/ircutils.py b/tipbot/ircutils.py index 10b833b..7e945a0 100644 --- a/tipbot/ircutils.py +++ b/tipbot/ircutils.py @@ -165,6 +165,8 @@ def GetSendTo(nick,chan): return nick def UpdateLastActiveTime(chan,nick): + if chan[0] != '#': + return if not chan in userstable: log_error("UpdateLastActiveTime: %s spoke in %s, but %s not found in users table" % (nick, chan, chan)) userstable[chan] = dict()