forked from External/ergo
implement SAJOIN, allow channel founders to join unconditionally
This commit is contained in:
parent
13aba9e64c
commit
495705f538
6 changed files with 60 additions and 12 deletions
|
|
@ -229,6 +229,11 @@ func init() {
|
|||
usablePreReg: true,
|
||||
minParams: 1,
|
||||
},
|
||||
"SAJOIN": {
|
||||
handler: sajoinHandler,
|
||||
minParams: 1,
|
||||
capabs: []string{"sajoin"},
|
||||
},
|
||||
"SANICK": {
|
||||
handler: sanickHandler,
|
||||
minParams: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue