[project @ 2002-08-18 21:34:24 by unknown_lamer]
authorunknown_lamer <unknown>
Sun, 18 Aug 2002 21:34:24 +0000 (21:34 +0000)
committerunknown_lamer <unknown>
Sun, 18 Aug 2002 21:34:24 +0000 (21:34 +0000)
Oops! I registered bot:DCC-chat-send when I meant bot:dcc-chat-send. 30 second fix.

ChangeLog
source/Interp.C

index b032c2e..23d622f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-08-18  Clinton Ebadi  <clinton@unknownlamer.org>
 
+       * source/Interp.C (Startup): Renamed bot:DCC-chat-send to
+       bot:dcc-chat-send. 
+
        * bobot++.texinfo (Hook Types): Fixed a typo (I wrote
        user!nick@host instead of the correct nick!user@host).
 
index c1514a6..7f82cfe 100644 (file)
@@ -161,7 +161,7 @@ Interp::Startup()
   bot_new_procedure ("bot:deltimer", (SCMFunc)ScriptCommands::DelTimer, 
                     1, 0, 0);
 
-  scm_c_define_gsubr ("bot:DCC-chat-send", 2, 0, 0,
+  scm_c_define_gsubr ("bot:dcc-chat-send", 2, 0, 0,
                      (SCMFunc)ScriptCommands::sendDCCChatMessage);
 
   // "Low Level" Message functuions