1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 01:46:39 +02:00

# BUILD : 1.7.14 (1105) # BUGS : 558 # NOTES : fixed usermode stuff for ratbox and shadow

git-svn-id: svn://svn.anope.org/anope/trunk@1105 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@829 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-03 09:22:44 +00:00
parent 536190a46b
commit 7824683cb2
4 changed files with 10 additions and 5 deletions
+1
View File
@@ -50,6 +50,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
07/20 F Fixed win32 versions of db-merger.c and epona2anope.c. [#536]
07/20 F db-merger.c and epona2anope.c will now properly delete old dbs. [ #00]
08/02 F Fixed very nasty typecast. GCC Hardened should now work. [#557]
08/03 F Corrected usermodes for ratbox and shadow. [#558]
Provided by ThaPrince <jon@vile.com> - 2006
05/19 A Plexus 3 support. [ #00]
+2 -2
View File
@@ -229,9 +229,9 @@ unsigned long umodes[128] = {
0, 0, 0, /* ^ _ ` */
UMODE_a, UMODE_b, 0, /* a b c */
UMODE_d, 0, 0, /* d e f */
0, 0, UMODE_i, /* g h i */
UMODE_g, 0, UMODE_i, /* g h i */
0, 0, UMODE_l, /* j k l */
UMODE_g, UMODE_n, UMODE_o, /* m n o */
0, UMODE_n, UMODE_o, /* m n o */
0, 0, 0, /* p q r */
0, 0, UMODE_u, /* s t u */
0, UMODE_w, UMODE_x, /* v w x */
+2 -2
View File
@@ -232,9 +232,9 @@ unsigned long umodes[128] = {
0, 0, 0, /* ^ _ ` */
UMODE_a, UMODE_b, 0, /* a b c */
UMODE_d, UMODE_e, 0, /* d e f */
0, 0, UMODE_i, /* g h i */
UMODE_g, 0, UMODE_i, /* g h i */
0, 0, UMODE_l, /* j k l */
UMODE_g, UMODE_n, UMODE_o, /* m n o */
0, UMODE_n, UMODE_o, /* m n o */
0, 0, 0, /* p q r */
0, 0, UMODE_u, /* s t u */
UMODE_v, UMODE_w, UMODE_x, /* v w x */
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1104"
VERSION_BUILD="1105"
# $Log$
#
# BUILD : 1.7.14 (1105)
# BUGS : 558
# NOTES : fixed usermode stuff for ratbox and shadow
#
# BUILD : 1.7.14 (1104)
# BUGS : 557
# NOTES : new fix to make the last fix work ;-p