X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/7b1339a2a79807298fa180714862633572178519..4edefeb6d696ccc7291ab9ae8bf5996907510d7b:/source/Interp.C diff --git a/source/Interp.C b/source/Interp.C index 401d7d5..2940561 100644 --- a/source/Interp.C +++ b/source/Interp.C @@ -118,6 +118,8 @@ interp_init_helper (void* unused) scm_c_define_gsubr ("bot:addshit", 3, 2, 0, (SCMFunc)ScriptCommands::AddShit); bot_new_procedure ("bot:ban", (SCMFunc)ScriptCommands::Action, 2, 0, 0); + bot_new_procedure ("bot:change-command-level", (SCMFunc)ScriptCommands::ChangeCommandLevel, + 2, 0, 0); bot_new_procedure ("bot:cycle", (SCMFunc)ScriptCommands::Action, 1, 0, 0); bot_new_procedure ("bot:deban", (SCMFunc)ScriptCommands::Deban, 2, 0, 0); bot_new_procedure ("bot:delserver", (SCMFunc)ScriptCommands::DelServer,