summaryrefslogtreecommitdiff
path: root/src/memoserv.cpp
diff options
context:
space:
mode:
authorAdam <Adam@drink-coca-cola.info>2010-06-03 23:09:22 -0400
committerAdam <Adam@anope.org>2010-06-18 21:04:09 -0400
commite6447fa2c40270d2e2435229127dd970194b47d9 (patch)
tree65778fc16c1789517595b2b4cbfcb2c9330b022e /src/memoserv.cpp
parent6cd88494662c5c4af2da891926dcc82367596cb9 (diff)
Added in a subcommand system and switched ns_set and ns_saset to use it
Diffstat (limited to 'src/memoserv.cpp')
-rw-r--r--src/memoserv.cpp2
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);
}
}