ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_dline.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_dline.c (file contents):
Revision 1793 by michael, Sun Mar 31 14:06:08 2013 UTC vs.
Revision 1794 by michael, Sun Mar 31 14:17:46 2013 UTC

# Line 138 | Line 138 | static void
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;
# Line 274 | Line 274 | static void
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)