]> jfr.im git - irc/quakenet/snircd-patchqueue.git/blob - update004response
Refresh patch
[irc/quakenet/snircd-patchqueue.git] / update004response
1 # HG changeset patch
2 # Parent 534e4a23878c3744861bf2a6db94c011bd76e1ea
3
4 diff -r 534e4a23878c include/channel.h
5 --- a/include/channel.h Wed Jul 17 22:53:47 2013 +0100
6 +++ b/include/channel.h Fri Jul 19 20:28:41 2013 +0100
7 @@ -123,7 +123,7 @@
8 #define MODE_WPARAS (MODE_CHANOP|MODE_VOICE|MODE_BAN|MODE_KEY|MODE_LIMIT|MODE_APASS|MODE_UPASS)
9
10 /** Available Channel modes */
11 -#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrDRcCNu" : "biklmnopstvrDRcCNu"
12 +#define infochanmodes feature_bool(FEAT_OPLEVELS) ? "AbiklmnopstUvrDdRcCNu" : "biklmnopstvrDdRcCNu"
13 /** Available Channel modes that take parameters */
14 #define infochanmodeswithparams feature_bool(FEAT_OPLEVELS) ? "AbkloUv" : "bklov"
15
16 diff -r 534e4a23878c include/client.h
17 --- a/include/client.h Wed Jul 17 22:53:47 2013 +0100
18 +++ b/include/client.h Fri Jul 19 20:28:41 2013 +0100
19 @@ -90,7 +90,7 @@
20 #define FlagClr(set,flag) ((set)->bits[FLAGSET_INDEX(flag)] &= ~FLAGSET_MASK(flag))
21
22 /** String containing valid user modes, in no particular order. */
23 -#define infousermodes "dioswkgxRXInP"
24 +#define infousermodes "dioOswkgxRXInP"
25
26 /** Character to indicate no oper name available */
27 #define NOOPERNAMECHARACTER '-'