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

Comparing ircd-hybrid/trunk/modules/m_xline.c (file contents):
Revision 7435 by michael, Wed Mar 9 17:50:09 2016 UTC vs.
Revision 7673 by michael, Wed Jul 20 18:54:05 2016 UTC

# Line 67 | Line 67 | xline_check(const struct GecosItem *geco
67   * side effects - when successful, adds an xline to the conf
68   */
69   static void
70 < xline_handle(struct Client *source_p, const char *mask, const char *reason,
71 <             uintmax_t duration)
70 > xline_handle(struct Client *source_p, const char *mask, const char *reason, uintmax_t duration)
71   {
72    char buf[IRCD_BUFSIZE];
73    struct GecosItem *gecos = NULL;

Diff Legend

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