parent
93caf4c7b4
commit
121cb8b88d
@ -221,7 +221,7 @@ static int handle_setkey(char *word[], char *word_eol[], void *userdata) {
|
|||||||
if (keystore_store_key(nick, key)) {
|
if (keystore_store_key(nick, key)) {
|
||||||
hexchat_printf(ph, "Stored key for %s\n", nick);
|
hexchat_printf(ph, "Stored key for %s\n", nick);
|
||||||
} else {
|
} else {
|
||||||
hexchat_printf(ph, "\00305Failed to store key in addon_fishlim.conf\n", nick, key);
|
hexchat_printf(ph, "\00305Failed to store key in addon_fishlim.conf\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
return HEXCHAT_EAT_HEXCHAT;
|
return HEXCHAT_EAT_HEXCHAT;
|
||||||
@ -245,7 +245,7 @@ static int handle_delkey(char *word[], char *word_eol[], void *userdata) {
|
|||||||
if (keystore_delete_nick(nick)) {
|
if (keystore_delete_nick(nick)) {
|
||||||
hexchat_printf(ph, "Deleted key for %s\n", nick);
|
hexchat_printf(ph, "Deleted key for %s\n", nick);
|
||||||
} else {
|
} else {
|
||||||
hexchat_printf(ph, "\00305Failed to delete key in addon_fishlim.conf!\n", nick);
|
hexchat_printf(ph, "\00305Failed to delete key in addon_fishlim.conf!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
return HEXCHAT_EAT_HEXCHAT;
|
return HEXCHAT_EAT_HEXCHAT;
|
||||||
|
@ -3713,8 +3713,8 @@ userlist_cb (struct User *user, session *sess)
|
|||||||
else
|
else
|
||||||
lt = time (0) - user->lasttalk;
|
lt = time (0) - user->lasttalk;
|
||||||
PrintTextf (sess,
|
PrintTextf (sess,
|
||||||
"\00306%s\t\00314[\00310%-38s\00314] \017ov\0033=\017%d%d away=%u lt\0033=\017%d\n",
|
"\00306%s\t\00314[\00310%-38s\00314] \017ov\0033=\017%d%d away=%u lt\0033=\017%ld\n",
|
||||||
user->nick, user->hostname, user->op, user->voice, user->away, lt);
|
user->nick, user->hostname, user->op, user->voice, user->away, (long)lt);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user