summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-03 14:19:11 +0000
committerjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-03 14:19:11 +0000
commit60c7b5b10f5d741221030078f663558a067e3eb0 (patch)
tree224cd61ae525badf78c8508aff0e1a8e73a70385
parenta939b821a78e8fc38767f67d2f9bbe099d5cecbe (diff)
Fixed typo in inspircd12.h causing 2 modes to use the same bit.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2730 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/protocol/inspircd12.h2
-rw-r--r--version.log3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/inspircd12.h b/src/protocol/inspircd12.h
index 3d7b9378f..b0da8a42a 100644
--- a/src/protocol/inspircd12.h
+++ b/src/protocol/inspircd12.h
@@ -29,7 +29,7 @@
#define UMODE_x 0x00000100
#define UMODE_k 0x00000200
#define UMODE_s 0x00000400
-#define UMODE_B 0x0000100
+#define UMODE_B 0x00001000
#define UMODE_G 0x00002000
#define UMODE_H 0x00004000
#define UMODE_I 0x00008000
diff --git a/version.log b/version.log
index 6c6f49fc6..d0dc06c18 100644
--- a/version.log
+++ b/version.log
@@ -9,9 +9,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="2"
VERSION_EXTRA="-svn"
-VERSION_BUILD="2727"
+VERSION_BUILD="2730"
# $Log$ # Changes since 1.8.2 Release
+#Revision 2730 - Fixed typo in inspircd12.h causing 2 modes to use the same bit.
#Revision 2727 - Fixed a few SASET help replies to reply to services opers, and fixed the rest to not reply to anyone who requests help
#Revision 2726 - Fixed help system to use notice_help instead of notice_lang (bug from r2473)
#Revision 2712 - Fixed loading of nickcore access lists from SQL to always set nickcores accesscount to the real amount of entries