1 |
|
/* |
2 |
|
* ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) |
3 |
|
* |
4 |
< |
* Copyright (c) 1997-2014 ircd-hybrid development team |
4 |
> |
* Copyright (c) 1997-2015 ircd-hybrid development team |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
56 |
|
DLINK_FOREACH(node, local_client_list.head) |
57 |
|
sendto_one_notice(node->data, &me, ":%s", buffer); |
58 |
|
|
59 |
< |
sendto_server(NULL, NOCAPS, NOCAPS, ":%s ERROR :%s", me.id, buffer); |
59 |
> |
sendto_server(NULL, 0, 0, ":%s ERROR :%s", me.id, buffer); |
60 |
|
|
61 |
|
ilog(LOG_TYPE_IRCD, "%s", buffer); |
62 |
|
|