From 08b7b6bd7e60a760ad47b58cbe8075b45d66166f Mon Sep 17 00:00:00 2001 From: Valerie Pond <79415174+ValwareIRC@users.noreply.github.com> Date: Tue, 26 Oct 2021 19:48:49 +0100 Subject: [PATCH] just a stray colon where it wasn't meant to have :) --- include/messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/messages.h b/include/messages.h index 9ddc468a..c3c75e96 100644 --- a/include/messages.h +++ b/include/messages.h @@ -144,7 +144,7 @@ #define NUMERIC_STR_403 "%s :No such channel" #define NUMERIC_STR_404 "%s :Cannot send to nick/channel" #define NUMERIC_STR_405 ":%s 405 %s %s :You have joined too many channels" -#define NUMERIC_STR_406 ":%s :There was no such nickname" +#define NUMERIC_STR_406 "%s :There was no such nickname" #define NUMERIC_STR_407 ":%s 407 %s %s :Too many recipients." #define NUMERIC_STR_409 ":%s 409 %s :No origin specified" #define NUMERIC_STR_410 ":%s 410 %s %s :Invalid CAP subcommand"