summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-06-18 20:34:11 +0100
committerPatrick <tingping@tingping.se>2021-06-19 20:16:40 -0500
commit08e13a3ac58896fd9a0a2e5a004f9b180d1dfeeb (patch)
tree287ed9404fb5bb634542980be472844eea7b4a17 /plugins
parentf5926fbd2392476f918fb1ab2a405c1c451359a1 (diff)
Replace identify-msg support with solanum.chat/identify-msg.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fishlim/plugin_hexchat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/fishlim/plugin_hexchat.c b/plugins/fishlim/plugin_hexchat.c
index 83286e28..93e28487 100644
--- a/plugins/fishlim/plugin_hexchat.c
+++ b/plugins/fishlim/plugin_hexchat.c
@@ -418,8 +418,6 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
         g_assert(hexchat_set_context(ph, query_ctx) == 1);
 
     dh_message++; /* : prefix */
-    if (*dh_message == '+' || *dh_message == '-')
-        dh_message++; /* identify-msg */
 
     if (g_strcmp0 (word[6], "CBC") == 0)
         mode = FISH_CBC_MODE;