]> jfr.im git - erebus.git/commitdiff
stafflist - add response if there are no staff
authorzonidjan <redacted>
Mon, 8 Mar 2021 05:27:44 +0000 (23:27 -0600)
committerzonidjan <redacted>
Mon, 8 Mar 2021 05:27:44 +0000 (23:27 -0600)
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!")