mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
plugins/automode: fix SETACC example (#507)
Small fix to plugins/automode SETACC example given in help output.
(cherry picked from commit fa0dd100e5
)
This commit is contained in:
parent
c33f7437ef
commit
3266e1a430
@ -184,13 +184,13 @@ def setacc(irc, source, args):
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
\x02SET #channel *!*@localhost ohv
|
\x02SETACC #channel *!*@localhost ohv
|
||||||
|
|
||||||
\x02SET #channel $account v
|
\x02SETACC #channel $account v
|
||||||
|
|
||||||
\x02SET othernet#channel $ircop:Network?Administrator qo
|
\x02SETACC othernet#channel $ircop:Network?Administrator qo
|
||||||
|
|
||||||
\x02SET #staffchan $channel:#mainchan:op o
|
\x02SETACC #staffchan $channel:#mainchan:op o
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user