summaryrefslogtreecommitdiff
path: root/modules/botserv/bs_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/botserv/bs_control.cpp')
-rw-r--r--modules/botserv/bs_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botserv/bs_control.cpp b/modules/botserv/bs_control.cpp
index 32101be6e..1784914b6 100644
--- a/modules/botserv/bs_control.cpp
+++ b/modules/botserv/bs_control.cpp
@@ -56,7 +56,7 @@ public:
return;
}
- IRCD->SendPrivmsg(*ci->bi, ci->name, "%s", text.c_str());
+ IRCD->SendPrivmsg(*ci->bi, ci->name, text);
ci->bi->lastmsg = Anope::CurTime;
bool override = !source.AccessFor(ci).HasPriv("SAY");