fishlim: Fix /notice+ not print the notice

This commit is contained in:
BakasuraRCE
2019-05-26 15:10:18 -05:00
parent 9fd51b39c8
commit c96f704027

View File

@@ -483,7 +483,7 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata)
}
hexchat_commandf(ph, "quote NOTICE %s :+OK %s", target, buf);
hexchat_emit_print(ph, "Notice Sent", target, notice);
hexchat_emit_print(ph, "Notice Send", target, notice);
g_free(buf);
return HEXCHAT_EAT_ALL;