mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
automode: rewrap help for SET
This commit is contained in:
parent
6437721ec9
commit
499e94e0a5
@ -180,11 +180,16 @@ def setacc(irc, source, args):
|
|||||||
|
|
||||||
Channel pairs are also supported (for operations on remote channels), using the form "network#channel".
|
Channel pairs are also supported (for operations on remote channels), using the form "network#channel".
|
||||||
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
SET #channel *!*@localhost ohv
|
|
||||||
SET #channel $account v
|
\x02SET #channel *!*@localhost ohv
|
||||||
SET othernet#channel $oper:Network?Administrator qo
|
|
||||||
SET #staffchan $channel:#mainchan:op o
|
\x02SET #channel $account v
|
||||||
|
|
||||||
|
\x02SET othernet#channel $oper:Network?Administrator qo
|
||||||
|
|
||||||
|
\x02SET #staffchan $channel:#mainchan:op o
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user