forked from External/ergo
USERHOST command
This commit is contained in:
parent
9e65d9b87e
commit
f3c9c2b4b5
4 changed files with 29 additions and 0 deletions
|
|
@ -238,6 +238,10 @@ var Commands = map[string]Command{
|
|||
usablePreReg: true,
|
||||
minParams: 4,
|
||||
},
|
||||
"USERHOST": {
|
||||
handler: userhostHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"VERSION": {
|
||||
handler: versionHandler,
|
||||
minParams: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue