3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

automode: remove mentions to "setacc #channel mask -"

This commit is contained in:
James Lu 2016-07-17 10:44:01 -07:00
parent fd3c2b521e
commit d7538bee1b

View File

@ -96,7 +96,7 @@ def die(sourceirc):
utils.unregisterService('automode') utils.unregisterService('automode')
def setacc(irc, source, args): def setacc(irc, source, args):
"""<channel> <mask> <mode list OR literal -> """<channel> <mask> <mode list>
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! 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!