Chatbox: fixed command messages not working

This line got commented out somewhere with the transition to a standalone widget.
This commit is contained in:
Charles Dang 2016-09-21 16:45:37 +11:00
parent db0cb45352
commit 82cd550cff

View File

@ -122,7 +122,7 @@ void tchatbox::send_message_button_callback()
// TODO: refactor do_speak so it uses context information about
// opened window, so e.g. /ignore in a whisper session ignores
// the other party without having to specify it's nick.
//chat_handler::do_speak(input);
chat_handler::do_speak(input);
} else {
tlobby_chat_window& t = open_windows_[active_window_];