1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 10:26: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
@@ -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);
}
}