diff options
Diffstat (limited to 'src/memoserv.cpp')
-rw-r--r-- | src/memoserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memoserv.cpp b/src/memoserv.cpp index b4d33fdd0..505b4ed18 100644 --- a/src/memoserv.cpp +++ b/src/memoserv.cpp @@ -65,7 +65,7 @@ void memoserv(User *u, const std::string &buf) } else { - mod_run_cmd(MemoServ, u, buf.c_str()); + mod_run_cmd(MemoServ, u, buf); } } |