Revert "Add ERR_HELPNOTFOUND"

This reverts commit 91439c099e1bbf848dac03f67a3239fcc4c1f771;
because it adds handling for numeric 524, which conflicts with
ERR_QUARANTINED and ERR_OPERSPVERIFY.
This commit is contained in:
Valentin Lorentz 2022-04-20 22:42:21 +02:00 committed by Ailin Nemui
commit 48571389c7
3 changed files with 0 additions and 12 deletions

View file

@ -89,7 +89,6 @@ FORMAT_REC fecommon_irc_formats[] = {
{ "invitelist_long", "{channel $0}: invite {ban $1} {comment by {nick $2}, $3 secs ago}", 4, { 0, 0, 0, 1 } },
{ "no_such_channel", "{channel $0}: No such channel", 1, { 0 } },
{ "channel_synced", "Join to {channel $0} was synced in {hilight $1} secs", 2, { 0, 2 } },
{ "irctxt_help_not_found", "$1", 2, { 0, 0 } },
{ "irctxt_help_start", "$1", 2, { 0, 0 } },
{ "irctxt_help_txt", "$1", 2, { 0, 0 } },
{ "irctxt_end_of_help", "$1", 2, { 0, 0 } },