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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 4091 by michael, Sun Jun 29 09:36:39 2014 UTC vs.
Revision 4104 by michael, Mon Jun 30 15:38:09 2014 UTC

# Line 40 | Line 40
40   #include "log.h"
41   #include "server.h"
42   #include "send.h"
43 #include "supported.h"
43   #include "memory.h"
44   #include "packet.h"
45   #include "rng_mt.h"
# Line 1065 | Line 1064 | void
1064   init_isupport(void)
1065   {
1066    add_isupport("CALLERID", NULL, -1);
1067 <  add_isupport("CASEMAPPING", CASEMAP, -1);
1067 >  add_isupport("CASEMAPPING", "rfc1459", -1);
1068    add_isupport("DEAF", "D", -1);
1069    add_isupport("KICKLEN", NULL, KICKLEN);
1070    add_isupport("MODES", NULL, MAXMODEPARAMS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines