diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-05 17:25:33 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-05 17:25:33 -0700 |
commit | 5d1657432ad5b26a62b1082e8c5194b55cd01851 (patch) | |
tree | 7ecec8267791707e9d156b2fb3641f8e47a96d18 | |
parent | 109fe7bd0acbaf7ee7383b607d08b79ab19fb5f5 (diff) | |
parent | 256a4fe63f4133670b2c8753b242582e47d4e969 (diff) |
Merge pull request #350 from stqism/master
Removed a useless ! from toxics status
-rw-r--r-- | testing/toxic/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/main.c b/testing/toxic/main.c index b322f95c..ee5e9f2a 100644 --- a/testing/toxic/main.c +++ b/testing/toxic/main.c | |||
@@ -72,7 +72,7 @@ void on_nickchange(int friendnumber, uint8_t* string, uint16_t length) { | |||
72 | void on_statuschange(int friendnumber, USERSTATUS_KIND kind, uint8_t* string, uint16_t length) { | 72 | void on_statuschange(int friendnumber, USERSTATUS_KIND kind, uint8_t* string, uint16_t length) { |
73 | size_t i; | 73 | size_t i; |
74 | 74 | ||
75 | wprintw(prompt->window, "\n(statuschange) %d: %s!\n", friendnumber, string); | 75 | wprintw(prompt->window, "\n(statuschange) %d: %s\n", friendnumber, string); |
76 | 76 | ||
77 | for(i=0; i<w_num; i++) { | 77 | for(i=0; i<w_num; i++) { |
78 | if(windows[i].onStatusChange != NULL) | 78 | if(windows[i].onStatusChange != NULL) |