1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Add an ALLTIME handler on InspIRCd.

This commit is contained in:
Sadie Powell
2025-03-13 10:39:14 +00:00
parent 9ec3f6abd6
commit 09e10d2a02
+2
View File
@@ -2433,6 +2433,7 @@ class ProtoInspIRCd final
ExtensibleItem<bool> ssl;
/* Core message handlers */
Message::Time message_alltime;
Message::Error message_error;
Message::Invite message_invite;
Message::Kill message_kill;
@@ -2483,6 +2484,7 @@ public:
ProtoInspIRCd(const Anope::string &modname, const Anope::string &creator)
: Module(modname, creator, PROTOCOL | VENDOR)
, ircd_proto(this), ssl(this, "ssl")
, message_alltime(this, "ALLTIME")
, message_error(this)
, message_invite(this)
, message_kill(this)