mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Removed a useless ! from toxics status
This commit is contained in:
parent
cb39cdbe5e
commit
798504905b
|
@ -72,7 +72,7 @@ void on_nickchange(int friendnumber, uint8_t* string, uint16_t length) {
|
|||
void on_statuschange(int friendnumber, uint8_t* string, uint16_t length) {
|
||||
size_t i;
|
||||
|
||||
wprintw(prompt->window, "\n(statuschange) %d: %s!\n", friendnumber, string);
|
||||
wprintw(prompt->window, "\n(statuschange) %d: %s\n", friendnumber, string);
|
||||
|
||||
for(i=0; i<w_num; i++) {
|
||||
if(windows[i].onStatusChange != NULL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user