fishlim: Use hexchat_nickcmp()

This commit is contained in:
TingPing
2014-12-12 05:15:49 -05:00
parent c54a0c6db9
commit bdb5c3eb9d
4 changed files with 5 additions and 27 deletions

View File

@@ -55,6 +55,10 @@ gchar *get_config_filename() {
return g_build_filename(hexchat_get_info(ph, "configdir"), "addon_fishlim.conf", NULL);
}
int irc_nick_cmp(const char *a, const char *b) {
return hexchat_nickcmp (ph, a, b);
}
/*static int handle_debug(char *word[], char *word_eol[], void *userdata) {
hexchat_printf(ph, "debug incoming: ");
for (size_t i = 1; word[i] != NULL && word[i][0] != '\0'; i++) {