summaryrefslogtreecommitdiff
path: root/include
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 14:28:04 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-08-11 14:28:04 +0000
commit93ccd1541e8cdba90911470ecc88d0339f84125c (patch)
tree5a01ed0f6092adfcf1ebc580acd78c07ef6b649a /include
parent6a88f0558a4aaf7e76047a3feed7d3835a4ca1d5 (diff)
BUILD : 1.7.5 (320) BUGS : NOTES : Fixed support for Ultimate, Rage and Viagra.
git-svn-id: svn://svn.anope.org/anope/trunk@320 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@198 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/services.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index e5fa318c6..dead44dc3 100644
--- a/include/services.h
+++ b/include/services.h
@@ -180,8 +180,9 @@ typedef struct channel_ Channel;
# define BOTSERV_BOTS_MODE "+qS"
#endif
-#if defined(IRC_BAHAMUT) && !defined(IRC_ULTIMATE3) && !defined(IRC_VIAGRA) && !defined(IRC_RAGE2)
+#if defined(IRC_BAHAMUT)
# define HAS_NICKIP
+ #ifdef !defined(IRC_ULTIMATE3) && !defined(IRC_VIAGRA) && !defined(IRC_RAGE2)
# define HAS_EXCEPT
# define HAS_SVSHOLD
# define NICKSERV_MODE "+o"
@@ -201,6 +202,7 @@ typedef struct channel_ Channel;
# define DEVNULL_ALIAS_MODE "+i"
# define GLOBAL_ALIAS_MODE "+io"
# define BOTSERV_BOTS_MODE "+"
+ #endif
#endif
#ifdef IRC_RAGE2