mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Add MONITOR command
This commit is contained in:
parent
859d0cd607
commit
1bab81091f
10 changed files with 266 additions and 21 deletions
|
|
@ -100,6 +100,10 @@ var Commands = map[string]Command{
|
|||
handler: modeHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"MONITOR": {
|
||||
handler: monitorHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"MOTD": {
|
||||
handler: motdHandler,
|
||||
minParams: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue