mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
server: Add proposed RENAME command
This commit is contained in:
parent
53190ef131
commit
0f8ab4eaec
5 changed files with 130 additions and 1 deletions
|
|
@ -209,6 +209,10 @@ var Commands = map[string]Command{
|
|||
handler: privmsgHandler,
|
||||
minParams: 2,
|
||||
},
|
||||
"RENAME": {
|
||||
handler: renameHandler,
|
||||
minParams: 2,
|
||||
},
|
||||
"SANICK": {
|
||||
handler: sanickHandler,
|
||||
minParams: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue