diff options
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; |