mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
that should learn it
This commit is contained in:
parent
9a4a86c6ba
commit
00215f62f0
@ -8,7 +8,7 @@ var _ = require('underscore')._;
|
|||||||
|
|
||||||
var kill_namespam = function(dbot) {
|
var kill_namespam = function(dbot) {
|
||||||
this.saveConfig = function() { // eugh
|
this.saveConfig = function() { // eugh
|
||||||
dbot.config.modules.kill_namespam = this.config;
|
dbot.customConfig.modules.kill_namespam = this.config;
|
||||||
dbot.modules.admin.internalAPI.saveConfig();
|
dbot.modules.admin.internalAPI.saveConfig();
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user