From c96f7040278a2fb72d8e5ccf18dc3e5e066b21a0 Mon Sep 17 00:00:00 2001 From: BakasuraRCE Date: Sun, 26 May 2019 15:10:18 -0500 Subject: [PATCH] fishlim: Fix /notice+ not print the notice --- plugins/fishlim/plugin_hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fishlim/plugin_hexchat.c b/plugins/fishlim/plugin_hexchat.c index 5f967dcb..282a2529 100644 --- a/plugins/fishlim/plugin_hexchat.c +++ b/plugins/fishlim/plugin_hexchat.c @@ -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;