1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Beep on incomming message

This commit is contained in:
James Booth 2012-04-24 01:11:39 +01:00
parent fe5554bb68
commit 5572bbdf15

View File

@ -179,7 +179,8 @@ void win_show_incomming_msg(const char * const from, const char * const message)
status_bar_new(win_index);
_cons_show_incoming_message(short_from, win_index);
}
beep();
}
void win_show_outgoing_msg(const char * const from, const char * const to,