]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_user/core_user.h
Fix the behaviour of multi-value PING and PONG messages.
[user/henk/code/inspircd.git] / src / coremods / core_user / core_user.h
index 8289ad5a80e958070e0a65a4b9bfd96bb49400a1..760ed9cf62f921ee6dcbb62e7dc1a54a6cb39943 100644 (file)
 #include "listmode.h"
 #include "modules/away.h"
 
+enum
+{
+       // From RFC 1459.
+       ERR_NOORIGIN = 409
+};
+
 class MessageWrapper
 {
        std::string prefix;