diff options
Diffstat (limited to 'src/operserv.cpp')
-rw-r--r-- | src/operserv.cpp | 2 |
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); } } |