USERHOST command

This commit is contained in:
vegax87 2017-01-23 17:44:35 +01:00
parent 9e65d9b87e
commit f3c9c2b4b5
4 changed files with 29 additions and 0 deletions

View file

@ -238,6 +238,10 @@ var Commands = map[string]Command{
usablePreReg: true,
minParams: 4,
},
"USERHOST": {
handler: userhostHandler,
minParams: 1,
},
"VERSION": {
handler: versionHandler,
minParams: 0,