diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-06-03 23:09:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 21:04:09 -0400 |
commit | e6447fa2c40270d2e2435229127dd970194b47d9 (patch) | |
tree | 65778fc16c1789517595b2b4cbfcb2c9330b022e /src/hostserv.cpp | |
parent | 6cd88494662c5c4af2da891926dcc82367596cb9 (diff) |
Added in a subcommand system and switched ns_set and ns_saset to use it
Diffstat (limited to 'src/hostserv.cpp')
-rw-r--r-- | src/hostserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostserv.cpp b/src/hostserv.cpp index 04bb61e4c..8cce7783f 100644 --- a/src/hostserv.cpp +++ b/src/hostserv.cpp @@ -97,7 +97,7 @@ void hostserv(User *u, const std::string &buf) } else { - mod_run_cmd(HostServ, u, buf.c_str()); + mod_run_cmd(HostServ, u, buf); } } |