X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/e07b6b46d151a91fc107e632cbfb63e804e58885..4edefeb6d696ccc7291ab9ae8bf5996907510d7b:/source/ScriptCommands.H diff --git a/source/ScriptCommands.H b/source/ScriptCommands.H index d9ec71f..2ec1301 100644 --- a/source/ScriptCommands.H +++ b/source/ScriptCommands.H @@ -35,7 +35,7 @@ public: static SCM AddServer(SCM, SCM); static SCM AddShit(SCM, SCM, SCM, SCM, SCM); static SCM Ban(SCM, SCM); - static SCM ChangeLevel(SCM, SCM, SCM); + static SCM ChangeCommandLevel(SCM, SCM); static SCM Cycle(SCM); static SCM Deban(SCM, SCM); static SCM DelServer(SCM); @@ -60,6 +60,7 @@ public: static SCM Reconnect(void); static SCM Say(SCM, SCM); static SCM Server(SCM); // ACK NAMING CLASH + static SCM SetFloodRate(SCM); static SCM SetVersion(SCM); static SCM TBan(SCM, SCM, SCM); static SCM TKBan(SCM, SCM, SCM, SCM); @@ -74,10 +75,13 @@ public: static SCM random(SCM); static SCM addCommand(SCM, SCM, SCM, SCM, SCM); static SCM delCommand(SCM); - static SCM AddHook(SCM, SCM, SCM, SCM, SCM); + static SCM AddHook(SCM, SCM, SCM, SCM, SCM, SCM); static SCM AddTimer(SCM, SCM); static SCM DelTimer(SCM); + // DCC CHAT + static SCM sendDCCChatMessage (SCM, SCM); + // Message sending static SCM sendCTCP(SCM, SCM, SCM); /* @@ -102,7 +106,6 @@ public: SCM sendWho(SCM); SCM sendWhois(SCM); */ - }; #endif