Skip to content

Commit

Permalink
Chatbox: fixed command messages not working
Browse files Browse the repository at this point in the history
This line got commented out somewhere with the transition to a standalone widget.
  • Loading branch information
Vultraz committed Sep 21, 2016
1 parent db0cb45 commit 82cd550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/chatbox.cpp
Expand Up @@ -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_];

Expand Down

0 comments on commit 82cd550

Please sign in to comment.