summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-11 17:07:14 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-11 17:07:14 +0000
commite8852537443edadedc857d974590cdd94b26a179 (patch)
tree98613f633c1931bbaeabcf5ca8706c030ad4aa35
parentd62538be69fc2bc2fedd7fe15a4d35b5c6c19bd5 (diff)
BUILD : 1.7.5 (323) BUGS : NOTES : fix seriously stupid booboo introduced by myself (ifdef stuff finally fixed)
git-svn-id: svn://svn.anope.org/anope/trunk@323 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@201 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--include/services.h2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/include/services.h b/include/services.h
index dead44dc3..b400179e9 100644
--- a/include/services.h
+++ b/include/services.h
@@ -182,7 +182,7 @@ typedef struct channel_ Channel;
#if defined(IRC_BAHAMUT)
# define HAS_NICKIP
- #ifdef !defined(IRC_ULTIMATE3) && !defined(IRC_VIAGRA) && !defined(IRC_RAGE2)
+ #if !defined(IRC_ULTIMATE3) && !defined(IRC_VIAGRA) && !defined(IRC_RAGE2)
# define HAS_EXCEPT
# define HAS_SVSHOLD
# define NICKSERV_MODE "+o"
diff --git a/version.log b/version.log
index 4b575e08a..ed05686a8 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
-VERSION_BUILD="322"
+VERSION_BUILD="323"
# $Log$
#
+# BUILD : 1.7.5 (323)
+# BUGS :
+# NOTES : fix seriously stupid booboo introduced by myself (ifdef stuff finally fixed)
+#
# BUILD : 1.7.5 (322)
# BUGS :
# NOTES : fixed small lang mistake