Add query functions for versions string and release revision
[clinton/bobotpp.git] / source / Parser.C
index de4d29d..50733bb 100644 (file)
@@ -863,7 +863,7 @@ Parser::parseCTCP (ServerConnection * cnx,
   else if (command == "VERSION")
     {
       Commands::CTCPReply (cnx->bot, nick, "VERSION", 
-                          cnx->bot->versionString);
+                          cnx->bot->get_version ());
     }
   else if (command == "CLOCK")
     {