138 |
|
mo_dline(struct Client *client_p, struct Client *source_p, |
139 |
|
int parc, char *parv[]) |
140 |
|
{ |
141 |
< |
char def_reason[] = "<No reason specified>"; |
141 |
> |
char def_reason[] = CONF_NOREASON; |
142 |
|
char *dlhost = NULL, *reason = NULL; |
143 |
|
char *target_server = NULL; |
144 |
|
const char *creason; |
274 |
|
ms_dline(struct Client *client_p, struct Client *source_p, |
275 |
|
int parc, char *parv[]) |
276 |
|
{ |
277 |
< |
char def_reason[] = "<No reason specified>"; |
277 |
> |
char def_reason[] = CONF_NOREASON; |
278 |
|
char *dlhost, *reason; |
279 |
|
const char *creason; |
280 |
|
const struct Client *target_p = NULL; |