summaryrefslogtreecommitdiff
path: root/src/operserv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/operserv.cpp')
-rw-r--r--src/operserv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operserv.cpp b/src/operserv.cpp
index 863fb459e..8e3a3c90f 100644
--- a/src/operserv.cpp
+++ b/src/operserv.cpp
@@ -55,7 +55,7 @@ void operserv(User *u, const std::string &buf)
}
else
{
- mod_run_cmd(OperServ, u, buf.c_str());
+ mod_run_cmd(OperServ, u, buf);
}
}