commit - 40bea95c0896433fe07c7d4fe210200e50bddace
commit + cedba36965c3b89a5ab7222764bd751fd7fc88bf
blob - ef0e95ce11284feb08ac4754637ee68ba6daf991
blob + bd741cbbad732df693a235ed17d3a6c89c7cd03c
--- src/ngircd/irc.c
+++ src/ngircd/irc.c
if (!check_wildcards || check_wildcards[strcspn(check_wildcards, "*?")]) {
if (!SendErrors)
return true;
- return IRC_WriteErrClient(from, ERR_WILDTOPLEVEL, targetMask);
+ return IRC_WriteErrClient(from, ERR_WILDTOPLEVEL_MSG,
+ targetMask);
}
if (targetMask[0] == '#') {
blob - 4f1632b09270f7a1c8f3d032f13047fed7851350
blob + 818d83b9e594102fc46ed01b1b79452b1533c057
--- src/ngircd/messages.h
+++ src/ngircd/messages.h
#define ERR_INVALIDCAP_MSG "410 %s %s :Invalid CAP subcommand"
#define ERR_NORECIPIENT_MSG "411 %s :No recipient given (%s)"
#define ERR_NOTEXTTOSEND_MSG "412 %s :No text to send"
-#define ERR_WILDTOPLEVEL "414 %s :Wildcard in toplevel domain"
+#define ERR_WILDTOPLEVEL_MSG "414 %s :Wildcard in toplevel domain"
#define ERR_UNKNOWNCOMMAND_MSG "421 %s %s :Unknown command"
#define ERR_NOMOTD_MSG "422 %s :MOTD file is missing"
#define ERR_NONICKNAMEGIVEN_MSG "431 %s :No nickname given"