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

Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixed Config to work in an out-of-source build.

This commit is contained in:
Naram Qashat
2010-06-29 08:21:20 -04:00
parent 950cfcd31e
commit de1bf10690
10 changed files with 733 additions and 831 deletions
+2
View File
@@ -141,7 +141,9 @@ void mod_run_cmd(BotInfo *bi, User *u, Command *c, const ci::string &command, co
ret = c->Execute(u, params);
if (ret == MOD_CONT)
{
FOREACH_MOD(I_OnPostCommand, OnPostCommand(u, c->service, c->name.c_str(), params));
}
}
/**