forked from External/ergo
Add SAMODE command, restricted by oper capab
This commit is contained in:
parent
c8b5fb65e0
commit
9e65d9b87e
4 changed files with 31 additions and 15 deletions
|
|
@ -295,6 +295,14 @@ Sends the text to the given targets as a PRIVMSG.`,
|
|||
text: `SANICK <currentnick> <newnick>
|
||||
|
||||
Gives the given user a new nickname.`,
|
||||
},
|
||||
"samode": {
|
||||
oper: true,
|
||||
text: `SAMODE <target> [<modestring> [<mode arguments>...]]
|
||||
|
||||
Forcibly sets and removes modes from the given target -- only available to
|
||||
opers. For more specific information on mode characters, see the help for
|
||||
"cmode" and "umode".`,
|
||||
},
|
||||
"scene": {
|
||||
text: `SCENE <target> <text to be sent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue