1
0
Fork 0
forked from External/ergo

dline: Should be working now

This commit is contained in:
Daniel Oaks 2016-11-04 21:14:52 +10:00
parent 8c797d0f76
commit 011419e755
4 changed files with 242 additions and 17 deletions

View file

@ -206,7 +206,7 @@ var Commands = map[string]Command{
minParams: 1,
},
"UNDLINE": {
handler: undlineHandler,
handler: unDLineHandler,
minParams: 1,
oper: true,
},