[project @ 2005-06-28 03:16:45 by unknown_lamer]
[clinton/bobotpp.git] / source / ScriptCommands.C
index 0bc1009..c320f7a 100644 (file)
@@ -648,7 +648,8 @@ ScriptCommands::sendCTCP(SCM to, SCM command , SCM message)
   VERIFY_STRING(message);
 
   IQUEUE->sendCTCP (Utils::scm2str (to), Utils::scm2str (command),
-                  Utils::scm2str (message));
+                   Utils::scm2str (message));
+
   return SCM_UNSPECIFIED;
 }