]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/scripting.qc
bot_cmd: update usage example of the cc subcommand. Use the BOLD macro in 2 Survival...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / scripting.qc
index 5a13330652f576268b6ce42a2939716d4517a66f..4ad6246e611a797a821a0fb63ae7d78900cac2f0 100644 (file)
@@ -390,7 +390,7 @@ void bot_cmdhelp(string scmd)
                                desc = "Resets the goal stack";
                                break;
                        case BOT_CMD_CC:
-                               desc = "Execute client command. Examples: cc \"say something\"; cc god; cc \"name newnickname\"; cc kill;";
+                               desc = "Execute client command. Examples: cc say something; cc god; cc name newnickname; cc kill;";
                                break;
                        case BOT_CMD_IF:
                                desc = "Perform simple conditional execution.\n"