auth external

This commit is contained in:
reality 2015-07-24 01:02:21 +00:00
parent 1252ef39d1
commit 11a0a76a9d

View File

@ -42,6 +42,8 @@ var nickserv = function(dbot) {
}.bind(this), 4000);
}
};
this.api['auth'].external = true;
this.api['auth'].extMap = [ 'server', 'nick', 'callback' ];
this.commands = {
'~auth': function(event) {