Chatbar as cmdline, return false to avoid chatting certain commands

This commit is contained in:
Inusaito Sayori
2013-10-02 20:34:20 -04:00
parent a415b34c28
commit a5928f4dbf

View File

@@ -444,6 +444,7 @@ bool cmd_line_chat(std::string revised_text, EChatType type)
{
gChatBar->sendChatFromViewer(text, CHAT_TYPE_STOP, FALSE);
}
return false;
}
else if(command == utf8str_tolower(sAscentCmdLineClearChat))
{
@@ -460,6 +461,7 @@ bool cmd_line_chat(std::string revised_text, EChatType type)
else if(command == "invrepair")
{
invrepair();
return false;
}
#ifdef PROF_CTRL_CALLS
else if(command == "dumpcalls")