From d7538bee1bfb946d2fbb799b9f2027911c37e277 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 17 Jul 2016 10:44:01 -0700 Subject: [PATCH] automode: remove mentions to "setacc #channel mask -" --- plugins/automode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/automode.py b/plugins/automode.py index 7ef3812..6d5580a 100644 --- a/plugins/automode.py +++ b/plugins/automode.py @@ -96,7 +96,7 @@ def die(sourceirc): utils.unregisterService('automode') def setacc(irc, source, args): - """ + """ Assigns the given prefix mode characters to the given mask for the channel given. Extended targets are supported for masks - use this to your advantage!