]> jfr.im git - erebus.git/blobdiff - modules/stafflist.py
urls - fix error handling
[erebus.git] / modules / stafflist.py
index 6449718ded763359a8b114060d3e10b1472809fa..1c62b5d6e92cd54e93123e05e917688d7f31ab70 100644 (file)
@@ -40,3 +40,5 @@ def stafflist(bot, user, chan, realtarget, *args):
                        else:
                                response = ["#%s (%s)" % (i['auth'], _getnicks(i['auth'])) for i in staffs]
                        user.msg("Staff listing: %s" % (', '.join(response)))
+       else:
+               user.msg("It's anarchy!")