summaryrefslogtreecommitdiff
path: root/src/chanserv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chanserv.cpp')
-rw-r--r--src/chanserv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chanserv.cpp b/src/chanserv.cpp
index 256909bb9..10acd3731 100644
--- a/src/chanserv.cpp
+++ b/src/chanserv.cpp
@@ -273,7 +273,7 @@ void chanserv(User *u, const std::string &buf)
}
else
{
- mod_run_cmd(ChanServ, u, buf.c_str());
+ mod_run_cmd(ChanServ, u, buf);
}
}