diff options
-rw-r--r-- | src/ptlink.c | 4 | ||||
-rw-r--r-- | version.log | 6 |
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 |