send chat messages

This commit is contained in:
ouwou
2020-08-21 22:25:23 -04:00
parent 6f11aa4dae
commit 6b72931ba7
8 changed files with 36 additions and 8 deletions

View File

@@ -136,9 +136,10 @@ bool ChatWindow::on_key_press_event(GdkEventKey *e) {
return false;
auto text = buffer->get_text();
buffer->set_text("");
m_abaddon->ActionChatInputSubmit(text, m_active_channel);
return true;
}