]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
Fix ERR_{SUMMON|USERS}DISABLED: don't repeat command name in reply
[ngircd-alex.git] / src / ngircd / messages.h
index 26be69ab86d27072f5f64d200176bcd8b8a18282..340f5f40dc5f3d8aa4ea36f9544bb9dabe2bf2be 100644 (file)
 #define ERR_USERNOTINCHANNEL_MSG       "441 %s %s %s :They aren't on that channel"
 #define ERR_NOTONCHANNEL_MSG           "442 %s %s :You are not on that channel"
 #define ERR_USERONCHANNEL_MSG          "443 %s %s %s :is already on channel"
-#define ERR_SUMMONDISABLED_MSG         "445 %s %s :SUMMON has been disabled"
-#define ERR_USERSDISABLED_MSG          "446 %s %s :USERS has been disabled"
+#define ERR_SUMMONDISABLED_MSG         "445 %s :SUMMON has been disabled"
+#define ERR_USERSDISABLED_MSG          "446 %s :USERS has been disabled"
 #define ERR_NOTREGISTERED_MSG          "451 %s :Connection not registered"
 #define ERR_NOTREGISTEREDSERVER_MSG    "451 %s :Connection not registered as server link"
 #define ERR_NEEDMOREPARAMS_MSG         "461 %s %s :Syntax error"