From 22a9a9ad6d69d6394b489bdb69a5959a5028ff72 Mon Sep 17 00:00:00 2001 From: mcmlxxix <> Date: Tue, 18 May 2010 15:17:53 +0000 Subject: [PATCH] changed 'DEBUG' access level to 99 --- exec/ircbots/admin/admin_commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/ircbots/admin/admin_commands.js b/exec/ircbots/admin/admin_commands.js index 2c254955d5..ba1eeeda48 100644 --- a/exec/ircbots/admin/admin_commands.js +++ b/exec/ircbots/admin/admin_commands.js @@ -579,7 +579,7 @@ this.Bot_Commands["FORCE"].command = function (target,onick,ouh,srv,lvl,cmd) { srv.check_bot_command(target,onick,srv.users[onick.toUpperCase()].uh,cmd.join(" ")); } -this.Bot_Commands["DEBUG"] = new Bot_Command(90,true,true); +this.Bot_Commands["DEBUG"] = new Bot_Command(99,true,true); this.Bot_Commands["DEBUG"].command = function (target,onick,ouh,srv,lvl,cmd) { cmd.shift(); var data=eval(cmd.join(" ")); -- GitLab