]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_channel/cmd_invite.cpp
Improve the logging of the httpd module.
[user/henk/code/inspircd.git] / src / coremods / core_channel / cmd_invite.cpp
index a17d7e68b3435f7fd40b41f1a35695852acabef8..b12192b3ad5dd8c3eab914a7f6002ff49bca67c9 100644 (file)
 #include "core_channel.h"
 #include "invite.h"
 
+enum
+{
+       // From ircd-hybrid.
+       RPL_INVITELIST = 336,
+       RPL_ENDOFINVITELIST = 337
+};
+
 CommandInvite::CommandInvite(Module* parent, Invite::APIImpl& invapiimpl)
        : Command(parent, "INVITE", 0, 0)
        , invapi(invapiimpl)