1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-28 09:53:15 +01:00

Messenger stores / loads nickname

new toxic command to show nickname (mynick)
This commit is contained in:
Michael Rose
2013-08-17 11:59:28 +02:00
parent 9dce121a76
commit 5d8ccde3d9
2 changed files with 19 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ void on_friendadded(Messenger *m, int friendnumber)
{
friendlist_onFriendAdded(m, friendnumber);
if (store_data(m, DATA_FILE) != 0) {
if (store_data(m, DATA_FILE)) {
wprintw(prompt->window, "\nCould not store Messenger data\n");
}
}