1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 19:03:13 +02:00

Fixed opping our clients on ratbox when TS6 is not used.

This commit is contained in:
Adam
2011-03-03 19:21:51 -05:00
parent 06679e487e
commit 66e2dce646
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1468,7 +1468,8 @@ void ratbox_cmd_bot_chan_mode(char *nick, char *chan)
ratbox_cmd_tmode(nick, chan, "%s %s", ircd->botchanumode,
(u ? u->uid : nick));
} else {
anope_cmd_mode(nick, chan, "%s %s", ircd->botchanumode, nick);
/* Ratbox does not allow *any* client to op itself - use ChanServ */
anope_cmd_mode(s_ChanServ, chan, "%s %s", ircd->botchanumode, nick);
}
}
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
VERSION_BUILD="3062"
VERSION_BUILD="3063"
# $Log$ # Changes since 1.8.5 Release
#Revision 3063 - Fixed opping our clients on ratbox when TS6 is not used.
#Revision 3062 - Do not show SENDPASS in NickServ and ChanServ help to users who can't use it
#Revision 3061 - Rejoin our clients if kicked on TS6 IRCDs and made ratbox protocol module use account tracking
#Revision 3060 - Fixed bug 1248, an error in fr.l - reported by SaKa