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 4088 by michael, Sat Jun 28 17:36:17 2014 UTC vs.
Revision 4105 by michael, Mon Jun 30 15:39:47 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 (old)
> Changed lines (new)