From 03daf6a0062c8d1759c4c9f56c06c6438783b499 Mon Sep 17 00:00:00 2001 From: neersighted Date: Sun, 1 Apr 2012 19:01:20 -0700 Subject: [PATCH] Added message to adminonly commands --- plugins/sieve.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sieve.py b/plugins/sieve.py index 500d0bf..cdbeb9c 100755 --- a/plugins/sieve.py +++ b/plugins/sieve.py @@ -33,6 +33,7 @@ def sieve_suite(bot, input, func, kind, args): admins = bot.config.get('admins', []) if input.mask not in admins and input.nick not in admins: + input.notice("Sorry, you are not allowed to use this command.") return None return input \ No newline at end of file