From 50030e07fa51d3e8970ca044bf745f513501bfee Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 10 May 2025 14:15:27 +0100 Subject: Make CTCP support more modular. --- include/bots.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/bots.h') diff --git a/include/bots.h b/include/bots.h index 6d0320a1c..55dde5bbe 100644 --- a/include/bots.h +++ b/include/bots.h @@ -41,6 +41,8 @@ public: time_t lastmsg; /* Map of actual command names -> service name/permission required */ CommandInfo::map commands; + /** CTCP responses this bot can send. */ + Anope::map> ctcps; /* The server-side alias used to message this bot. */ Anope::string alias; /* Modes the bot should have as configured in service:modes */ -- cgit