summaryrefslogtreecommitdiff
path: root/modules/xmlrpc_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xmlrpc_main.cpp')
-rw-r--r--modules/xmlrpc_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xmlrpc_main.cpp b/modules/xmlrpc_main.cpp
index 23ea1fb0b..9ac8ad8d1 100644
--- a/modules/xmlrpc_main.cpp
+++ b/modules/xmlrpc_main.cpp
@@ -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";
};