diff --git a/exec/ircbots/admin/admin_commands.js b/exec/ircbots/admin/admin_commands.js index 2c254955d5099e02a20cc28eaa54d4b21dbb33c6..ba1eeeda48aa48586bd52acd1fcb59348ada4d3d 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(" "));