diff --git a/modules/pingall.py b/modules/pingall.py index f52d3a0..2cabee7 100755 --- a/modules/pingall.py +++ b/modules/pingall.py @@ -11,8 +11,7 @@ def pingAll(bot, trigger): attention, or just annoy them. """ names = list(bot.channels[trigger.channel].users.keys()) - if "Ishd" in names: - names.remove("Ishd") - if "Ishd2" in names: - names.remove("Ishd2") + for nigger in ["Ishd", "Ishd2", "Ishd_"]: + if nigger in names: + names.remove(nigger) bot.msg(" ".join(names))