1
0
Fork 0
forked from External/ergo
This commit is contained in:
Shivaram Lingamneni 2020-02-21 06:10:35 -05:00
parent 0d5a4fd584
commit 438fffab99
4 changed files with 54 additions and 16 deletions

View file

@ -116,6 +116,11 @@ func init() {
minParams: 1,
oper: true,
},
"DEOPER": {
handler: deoperHandler,
minParams: 0,
oper: true,
},
"DLINE": {
handler: dlineHandler,
minParams: 1,