summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-09-14 16:47:53 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-09-14 16:47:53 +0000
commitff5c52e680386dfa1c4ab63796bda30fd9d742b5 (patch)
tree534c805d455de8de214d1c895b1c0e379968b4e6 /include
parent6a8be73c99fa035d263170d278e024059d02ae40 (diff)
BUILD : 1.7.5 (347) BUGS : NOTES : Fixed PROTECT_UNSET_MODE from +a to -a -- Certus was too lazy to do it so he asked if i could :\
git-svn-id: svn://svn.anope.org/anope/trunk@347 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@223 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/ptlink.h2
-rw-r--r--include/rageircd.h2
-rw-r--r--include/ultimate2.h2
-rw-r--r--include/ultimate3.h2
-rw-r--r--include/unreal31.h2
-rw-r--r--include/unreal32.h2
-rw-r--r--include/viagra.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/include/ptlink.h b/include/ptlink.h
index ca031b720..7091add18 100644
--- a/include/ptlink.h
+++ b/include/ptlink.h
@@ -14,7 +14,7 @@
#ifdef IRC_PTLINK
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define CS_CMD_PROTECT "PROTECT"
#define CS_CMD_DEPROTECT "DEPROTECT"
#define FANT_PROTECT_ADD "!protect"
diff --git a/include/rageircd.h b/include/rageircd.h
index 769424207..977f5adfd 100644
--- a/include/rageircd.h
+++ b/include/rageircd.h
@@ -14,7 +14,7 @@
#ifdef IRC_RAGE2
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define FANT_PROTECT_ADD "!admin"
#define FANT_PROTECT_DEL "!deadmin"
#define LEVEL_PROTECT_WORD "AUTOADMIN"
diff --git a/include/ultimate2.h b/include/ultimate2.h
index 4cbd2c363..20423ac75 100644
--- a/include/ultimate2.h
+++ b/include/ultimate2.h
@@ -14,7 +14,7 @@
#ifdef IRC_ULTIMATE2
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define CS_CMD_PROTECT "PROTECT"
#define CS_CMD_DEPROTECT "DEPROTECT"
#define FANT_PROTECT_ADD "!protect"
diff --git a/include/ultimate3.h b/include/ultimate3.h
index b654e8f08..511037144 100644
--- a/include/ultimate3.h
+++ b/include/ultimate3.h
@@ -14,7 +14,7 @@
#ifdef IRC_ULTIMATE3
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define FANT_PROTECT_ADD "!admin"
#define FANT_PROTECT_DEL "!deadmin"
#define LEVEL_PROTECT_WORD "AUTOADMIN"
diff --git a/include/unreal31.h b/include/unreal31.h
index 40766af30..6b30e85a4 100644
--- a/include/unreal31.h
+++ b/include/unreal31.h
@@ -16,7 +16,7 @@
#ifdef IRC_UNREAL31
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define CS_CMD_PROTECT "PROTECT"
#define CS_CMD_DEPROTECT "DEPROTECT"
#define FANT_PROTECT_ADD "!protect"
diff --git a/include/unreal32.h b/include/unreal32.h
index 8c84d54f4..b94c82395 100644
--- a/include/unreal32.h
+++ b/include/unreal32.h
@@ -68,7 +68,7 @@
#define LEVELINFO_PROTECT_WORD "PROTECT"
#define LEVELINFO_PROTECTME_WORD "PROTECTME"
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define CS_CMD_PROTECT "PROTECT"
#define CS_CMD_DEPROTECT "DEPROTECT"
diff --git a/include/viagra.h b/include/viagra.h
index 44fd9166b..d13548598 100644
--- a/include/viagra.h
+++ b/include/viagra.h
@@ -14,7 +14,7 @@
#ifdef IRC_VIAGRA
#define PROTECT_SET_MODE "+a"
-#define PROTECT_UNSET_MODE "+a"
+#define PROTECT_UNSET_MODE "-a"
#define CS_CMD_PROTECT "PROTECT"
#define CS_CMD_DEPROTECT "DEPROTECT"
#define FANT_PROTECT_ADD "!protect"