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

Comparing ircd-hybrid/trunk/modules/m_stats.c (file contents):
Revision 1783 by michael, Thu Jan 24 19:26:51 2013 UTC vs.
Revision 1794 by michael, Sun Mar 31 14:17:46 2013 UTC

# Line 618 | Line 618 | stats_glines(struct Client *source_p, in
618                     from, to, "G",
619                     conf->host ? conf->host : "*",
620                     conf->user ? conf->user : "*",
621 <                   conf->reason ? conf->reason : "No reason");
621 >                   conf->reason ? conf->reason : CONF_NOREASON);
622        }
623      }
624    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines