also add messageAlert to ignore for .stats
This commit is contained in:
@@ -48,7 +48,8 @@ def stats(phenny, input):
|
|||||||
users = {}
|
users = {}
|
||||||
channels = {}
|
channels = {}
|
||||||
|
|
||||||
ignore = set(['f_note', 'startup', 'message', 'noteuri', 'logger', 'snarfuri', 'measure'])
|
ignore = set(['f_note', 'startup', 'message', 'noteuri', 'logger',
|
||||||
|
'snarfuri', 'measure', 'messageAlert'])
|
||||||
for (name, user), count in list(phenny.stats.items()):
|
for (name, user), count in list(phenny.stats.items()):
|
||||||
if name in ignore: continue
|
if name in ignore: continue
|
||||||
if not user: continue
|
if not user: continue
|
||||||
|
|||||||
Reference in New Issue
Block a user