1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 08:16:37 +02:00

Added in a subcommand system and switched ns_set and ns_saset to use it

This commit is contained in:
Adam
2010-06-03 23:09:22 -04:00
committed by Adam
parent 6cd8849466
commit e6447fa2c4
44 changed files with 2688 additions and 1219 deletions
+1 -1
View File
@@ -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);
}
}