Add ERR_HELPNOTFOUND

This commit is contained in:
Valentin Lorentz 2022-04-06 09:19:03 +02:00 committed by Ailin Nemui
commit 1415ef5389
3 changed files with 11 additions and 0 deletions

View file

@ -66,6 +66,7 @@ enum {
IRCTXT_INVITELIST_LONG,
IRCTXT_NO_SUCH_CHANNEL,
IRCTXT_CHANNEL_SYNCED,
IRCTXT_HELP_NOT_FOUND,
IRCTXT_HELP_START,
IRCTXT_HELP_TXT,
IRCTXT_END_OF_HELP,