Commit 2b4fefe9 authored by vysheng's avatar vysheng

Merge pull request #76 from falkartis/patch-2

Update interface.c to avoid error messages
parents 4adfddd5 d19c4c12
......@@ -576,7 +576,9 @@ void interpreter_chat_mode (char *line) {
do_mark_read (chat_mode_id);
return;
}
if (strlen (line)>0) {
do_send_message (chat_mode_id, line, strlen (line));
}
}
void interpreter (char *line UU) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment