From 8eb6a4da717d7670995a47fbd1b5878df88dd206 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 4 Jan 2022 14:11:07 +0000 Subject: Update more IRCServices references to reflect the current project. - If referring to the specific piece of software use "Anope". - If referring to services in general use "services". --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index c3fea51b1..4bf579a1f 100644 --- a/include/modules.h +++ b/include/modules.h @@ -321,7 +321,7 @@ class CoreExport Module : public Extensible */ virtual void OnUserKicked(const MessageSource &source, User *target, const Anope::string &channel, ChannelStatus &status, const Anope::string &kickmsg) { throw NotImplementedException(); } - /** Called when Services' configuration is being (re)loaded. + /** Called when the configuration is being (re)loaded. * @param conf The config that is being built now and will replace the global Config object * @throws A ConfigException to abort the config (re)loading process. */ -- cgit