1
0
Fork 0
forked from External/ergo

replace ACC UNREGISTER with nickserv unregister

This commit is contained in:
Shivaram Lingamneni 2018-02-12 01:09:30 -05:00
parent af256fccd3
commit 73391f11a6
4 changed files with 44 additions and 30 deletions

View file

@ -70,7 +70,7 @@ func init() {
Commands = map[string]Command{
"ACC": {
handler: accHandler,
minParams: 2,
minParams: 3,
},
"AMBIANCE": {
handler: sceneHandler,