forked from External/ergo
implement draft/extended-isupport (#2184)
This commit is contained in:
parent
f68d32b4ee
commit
7586520032
8 changed files with 57 additions and 10 deletions
|
|
@ -152,6 +152,10 @@ func init() {
|
|||
handler: isonHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"ISUPPORT": {
|
||||
handler: isupportHandler,
|
||||
usablePreReg: true,
|
||||
},
|
||||
"JOIN": {
|
||||
handler: joinHandler,
|
||||
minParams: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue