diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 08:58:50 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 08:58:50 +0100 |
commit | 8d6f4d9d40c68f3174cbe94f7107dea74d00d5fc (patch) | |
tree | 5c2cdf86338b10b5d4202491a03d84f5ae4126e5 /share/doc/plugins.md | |
parent | e681eafa78262d0c177832d67900687f2c938081 (diff) |
Some remaining fixes
Diffstat (limited to 'share/doc/plugins.md')
-rw-r--r-- | share/doc/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/plugins.md b/share/doc/plugins.md index aee9d174..bf2255c1 100644 --- a/share/doc/plugins.md +++ b/share/doc/plugins.md @@ -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); } |