mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
send chat messages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user