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 1622 by michael, Thu Nov 1 13:16:37 2012 UTC vs.
Revision 1625 by michael, Thu Nov 1 13:49:25 2012 UTC

# Line 83 | Line 83 | apply_dline(struct Client *source_p, str
83  
84    aconf->setat = CurrentTime;
85    add_conf_by_address(CONF_DLINE, aconf);
86  save_dline_database();
86    rehashed_klines = 1;
87   }
88  
# Line 120 | Line 119 | remove_dline_match(const char *host)
119      if (!IsConfMain(aconf))
120      {
121        delete_one_address_conf(host, aconf);
123      save_dline_database();
122        return 1;
123      }
124    }

Diff Legend

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