forked from External/ergo
server: Add proposed RENAME command
This commit is contained in:
parent
53190ef131
commit
0f8ab4eaec
5 changed files with 130 additions and 1 deletions
|
|
@ -354,6 +354,14 @@ Replies to a PING. Used to check link connectivity.`,
|
|||
text: `PRIVMSG <target>{,<target>} <text to be sent>
|
||||
|
||||
Sends the text to the given targets as a PRIVMSG.`,
|
||||
},
|
||||
"rename": {
|
||||
text: `RENAME <channel> <newname> [<reason>]
|
||||
|
||||
Renames the given channel with the given reason, if possible.
|
||||
|
||||
For example:
|
||||
RENAME #ircv2 #ircv3 :Protocol upgrades!`,
|
||||
},
|
||||
"sanick": {
|
||||
oper: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue