| # | Line 812 | Line 812 | sendto_realops_flags(unsigned int flags, | |
|---|---|---|
| 812 | continue; | |
| 813 | ||
| 814 | if (HasUMode(client_p, flags)) | |
| 815 | < | sendto_one(client_p, ":%s NOTICE %s :*** %s -- %s", |
| 816 | < | me.name, client_p->name, ntype, nbuf); |
| 815 | > | sendto_one_notice(client_p, &me, ":*** %s -- %s", ntype, nbuf); |
| 816 | } | |
| 817 | } | |
| 818 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |