Skip to content

Commit

Permalink
Fixed typo in inspircd12.h causing 2 modes to use the same bit.
Browse files Browse the repository at this point in the history
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2730 5417fbe8-f217-4b02-8779-1006273d7864
  • Loading branch information
jantje_85 committed Jan 3, 2010
1 parent a939b82 commit 60c7b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/protocol/inspircd12.h
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion version.log
Expand Up @@ -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
Expand Down

0 comments on commit 60c7b5b

Please sign in to comment.