summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-10 05:14:47 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-10 05:14:47 +0000
commit9ef454c643dc17f55c582647101be80cc554868d (patch)
tree0abc100526d653c3527436c96c873e4f5d5121f3
parent583d8fde64d21de3b984fdfda7c43506e0ef94b2 (diff)
BUILD : 1.7.8 (615) BUGS : N/A NOTES : PTlink has +a
git-svn-id: svn://svn.anope.org/anope/trunk@615 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@463 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/ptlink.c4
-rw-r--r--version.log6
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ptlink.c b/src/ptlink.c
index f6c9e6a7d..753ca2db9 100644
--- a/src/ptlink.c
+++ b/src/ptlink.c
@@ -52,8 +52,8 @@ IRCDVar ircd[] = {
0, /* Has Owner */
NULL, /* Mode to set for an owner */
NULL, /* Mode to unset for an owner */
- NULL, /* Mode to set for chan admin */
- NULL, /* Mode to unset for chan admin */
+ "+a", /* Mode to set for chan admin */
+ "-a", /* Mode to unset for chan admin */
"+r", /* Mode On Reg */
"-r", /* Mode on UnReg */
NULL, /* Mode on Nick Change */
diff --git a/version.log b/version.log
index eb0e753a0..e648d395e 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
-VERSION_BUILD="614"
+VERSION_BUILD="615"
# $Log$
#
+# BUILD : 1.7.8 (615)
+# BUGS : N/A
+# NOTES : PTlink has +a
+#
# BUILD : 1.7.8 (614)
# BUGS :
# NOTES : Updated es.l - thx DrStein