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/botserv.cpp | |
parent | 6cd88494662c5c4af2da891926dcc82367596cb9 (diff) |
Added in a subcommand system and switched ns_set and ns_saset to use it
Diffstat (limited to 'src/botserv.cpp')
-rw-r--r-- | src/botserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/botserv.cpp b/src/botserv.cpp index 7f64c0c63..2dd96706d 100644 --- a/src/botserv.cpp +++ b/src/botserv.cpp @@ -85,7 +85,7 @@ void botserv(User *u, BotInfo *bi, const std::string &buf) } else { - mod_run_cmd(bi, u, buf.c_str()); + mod_run_cmd(bi, u, buf); } } |