]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_user/core_user.h
Space-delimit the human readable callerid extensible data.
[user/henk/code/inspircd.git] / src / coremods / core_user / core_user.h
index 8289ad5a80e958070e0a65a4b9bfd96bb49400a1..def399c72bded4304a7120b220849699a8d175e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2017-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2017-2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
 #include "listmode.h"
 #include "modules/away.h"
 
+enum
+{
+       // From RFC 1459.
+       ERR_NOORIGIN = 409
+};
+
 class MessageWrapper
 {
        std::string prefix;