From bfd11c5d4dcb6440c3576f6997f082577b8e47ef Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 22 Jun 2013 14:37:21 +0000 Subject: [PATCH] fix showconfig recursion --- modules/admin/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/commands.js b/modules/admin/commands.js index 2cef092..db87f8f 100644 --- a/modules/admin/commands.js +++ b/modules/admin/commands.js @@ -247,7 +247,7 @@ var commands = function(dbot) { configPath = configPath.split('.'); configPath.pop(); event.params[1] = configPath.join('.'); - this.commands['showconfig'](event); + this.commands['~showconfig'](event); } }.bind(this)); } else {