Fix oaccept not propegating wallops.

This commit is contained in:
B.Greenham 2010-03-10 14:00:02 -05:00
parent 3abe50e5ae
commit 18e4f1775b
1 changed files with 4 additions and 0 deletions

View File

@ -50,4 +50,8 @@ mo_oaccept(struct Client *client_p, struct Client *source_p, int parc, const cha
"OACCEPT called for %s by %s!%s@%s",
target_p->name,
source_p->name, source_p->username, source_p->host);
sendto_server(NULL, NULL, NOCAPS, NOCAPS,
":%s WALLOPS :OACCEPT called for %s by %s!%s@%s",
me.name, target_p->name, source_p->name, source_p->username,
source_p->host);
}