Replace identify-msg support with solanum.chat/identify-msg.

This commit is contained in:
Sadie Powell
2021-06-18 20:34:11 +01:00
committed by Patrick
parent f5926fbd23
commit 08e13a3ac5
6 changed files with 17 additions and 37 deletions

View File

@@ -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;