]> jfr.im git - erebus.git/blobdiff - modules/stafflist.py
urls - fix error handling
[erebus.git] / modules / stafflist.py
index 0abcefd27f30a1e574c7e6080e50cff62da7d8b8..1c62b5d6e92cd54e93123e05e917688d7f31ab70 100644 (file)
@@ -1,4 +1,5 @@
 # Erebus IRC bot - Author: Erebus Team
+# vim: fileencoding=utf-8
 # staff list module
 # This file is released into the public domain; see http://unlicense.org/
 
@@ -39,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!")