summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-22 13:23:18 +0000
committerSadie Powell <sadie@witchery.services>2024-02-22 13:23:18 +0000
commita75afb597b8b4f7e342c393bc3dea868e66f9b4c (patch)
tree78de3197b88e9811867b93258e3dc402aff3a0b5 /include/commands.h
parentf93d9e76983e15bd1642c31d6acf430754f0600a (diff)
Add the IRCv3 reply tag to messages sent as responses to a user.
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index 1778dd4d9..ed318e60a 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -44,6 +44,7 @@ struct CoreExport CommandReply
{
virtual ~CommandReply() = default;
virtual void SendMessage(BotInfo *source, const Anope::string &msg) = 0;
+ virtual void SendMessage(CommandSource& source, const Anope::string &msg);
};
/* The source for a command */