1
0
Fork 0
forked from External/ergo

server: Add proposed RENAME command

This commit is contained in:
Daniel Oaks 2017-06-04 20:01:37 -06:00
parent 53190ef131
commit 0f8ab4eaec
5 changed files with 130 additions and 1 deletions

View file

@ -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,