mirror of
https://github.com/anope/anope.git
synced 2026-07-01 02:06:37 +02:00
Route message tags into more message functions.
This commit is contained in:
@@ -104,7 +104,7 @@ private:
|
||||
|
||||
XMLRPCommandReply(Anope::string &s) : str(s) { }
|
||||
|
||||
void SendMessage(BotInfo *, const Anope::string &msg) override
|
||||
void SendMessage(BotInfo *source, const Anope::string &msg) override
|
||||
{
|
||||
str += msg + "\n";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user