diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-22 12:00:40 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-22 13:03:53 +0000 |
commit | 7423fa9998d7e7082cac63eda18ae785091ea1b0 (patch) | |
tree | ceda569b8b0148c7cbfca25c71e7e5a0a0d45710 /modules/fantasy.cpp | |
parent | 7cba665270958b6e25add883df73df4976259e54 (diff) |
Route message tags into more message functions.
Diffstat (limited to 'modules/fantasy.cpp')
-rw-r--r-- | modules/fantasy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp index ead43152f..3930b0218 100644 --- a/modules/fantasy.cpp +++ b/modules/fantasy.cpp @@ -94,7 +94,7 @@ public: { } - void OnPrivmsg(User *u, Channel *c, Anope::string &msg) override + void OnPrivmsg(User *u, Channel *c, Anope::string &msg, const Anope::map<Anope::string> &tags) override { if (!u || !c || !c->ci || !c->ci->bi || msg.empty() || msg[0] == '\1') return; |