| 26 |
|
#include "list.h" |
| 27 |
|
#include "channel.h" |
| 28 |
|
#include "client.h" |
| 29 |
– |
#include "common.h" |
| 29 |
|
#include "irc_string.h" |
| 30 |
|
#include "sprintf_irc.h" |
| 31 |
|
#include "ircd.h" |
| 38 |
|
#include "s_misc.h" |
| 39 |
|
#include "send.h" |
| 40 |
|
#include "hash.h" |
| 42 |
– |
#include "handlers.h" |
| 41 |
|
#include "s_serv.h" |
| 44 |
– |
#include "msg.h" |
| 42 |
|
#include "s_gline.h" |
| 43 |
|
#include "parse.h" |
| 44 |
|
#include "modules.h" |
| 183 |
|
if ((oper_reason = strchr(reason, '|')) != NULL) |
| 184 |
|
*oper_reason++ = '\0'; |
| 185 |
|
|
| 186 |
< |
if (!valid_comment(source_p, reason, YES)) |
| 186 |
> |
if (!valid_comment(source_p, reason, 1)) |
| 187 |
|
return; |
| 188 |
|
|
| 189 |
|
conf = make_conf_item(DLINE_TYPE); |