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

Comparing ircd-hybrid/branches/8.2.x/modules/m_set.c (file contents):
Revision 8280 by michael, Tue Feb 20 19:30:33 2018 UTC vs.
Revision 8390 by michael, Sat Mar 17 21:43:52 2018 UTC

# Line 43 | Line 43 | quote_autoconn(struct Client *source_p,
43   {
44    if (!EmptyString(arg))
45    {
46 <    struct MaskItem *conf = connect_find(arg, NULL, irccmp);
46 >    struct MaskItem *conf = connect_find(arg, irccmp);
47  
48      if (conf)
49      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines