mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Some remaining fixes
This commit is contained in:
@@ -875,7 +875,7 @@ A few extra bits of information are available that don't appear in the _/SET_ li
|
||||
int i;
|
||||
const char *str;
|
||||
|
||||
if (xchat_get_prefs (ph, "irc_nick1", &str, &i) == 1)
|
||||
if (hexchat_get_prefs (ph, "irc_nick1", &str, &i) == 1)
|
||||
{
|
||||
hexchat_printf (ph, "Current nickname setting: %s\n", str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user