[project @ 2005-06-28 03:16:45 by unknown_lamer]
[clinton/bobotpp.git] / source / Parser.C
index 418fdc3..9ea7733 100644 (file)
@@ -832,7 +832,9 @@ Parser::parseCTCP (ServerConnection * cnx,
   if (command == "PING")
     cnx->queue->sendCTCPReply (nick, "PING", rest);
   else if (command == "VERSION")
-    cnx->queue->sendCTCPReply (nick, "VERSION", cnx->bot->versionString);
+    {
+      cnx->queue->sendCTCPReply (nick, "VERSION", cnx->bot->versionString);
+    }
   else if (command == "CLOCK")
     {
       time_t diff = time (NULL) - cnx->bot->startTime;