mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
PROXY: Remove command, I don't think it's that useful
This commit is contained in:
parent
06028e0117
commit
43e28e2fef
8 changed files with 10 additions and 55 deletions
|
|
@ -146,11 +146,6 @@ var Commands = map[string]Command{
|
|||
handler: privmsgHandler,
|
||||
minParams: 2,
|
||||
},
|
||||
"PROXY": {
|
||||
handler: proxyHandler,
|
||||
usablePreReg: true,
|
||||
minParams: 5,
|
||||
},
|
||||
"SANICK": {
|
||||
handler: sanickHandler,
|
||||
minParams: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue