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

Comparing ircd-hybrid/branches/8.2.x/modules/m_svsmode.c (file contents):
Revision 8208 by michael, Sat Dec 31 13:57:24 2016 UTC vs.
Revision 8209 by michael, Sun Apr 16 10:45:01 2017 UTC

# Line 99 | Line 99 | ms_svsmode(struct Client *source_p, int
99  
100        case 'x':
101          if (!EmptyString(extarg) && valid_hostname(extarg))
102 <          user_set_hostmask(target_p, extarg, what);
102 >          user_set_hostmask(target_p, extarg);
103          break;
104  
105        case 'o':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines