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

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 3656 by michael, Thu May 29 09:44:46 2014 UTC vs.
Revision 3724 by michael, Sat May 31 16:27:09 2014 UTC

# Line 1103 | Line 1103 | init_isupport(void)
1103    add_isupport("DEAF", "D", -1);
1104    add_isupport("KICKLEN", NULL, KICKLEN);
1105    add_isupport("MODES", NULL, MAXMODEPARAMS);
1106 #ifdef HALFOPS
1106    add_isupport("PREFIX", "(ohv)@%+", -1);
1107    add_isupport("STATUSMSG", "@%+", -1);
1109 #else
1110  add_isupport("PREFIX", "(ov)@+", -1);
1111  add_isupport("STATUSMSG", "@+", -1);
1112 #endif
1108    add_isupport("EXCEPTS", "e", -1);
1109    add_isupport("INVEX", "I", -1);
1110   }

Diff Legend

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