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

Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3.

This commit is contained in:
Viper
2011-12-15 00:59:10 +01:00
parent fb99dc43c9
commit 658ecee817
3 changed files with 19 additions and 3 deletions
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="7"
VERSION_EXTRA="-git"
VERSION_BUILD="3087"
VERSION_BUILD="3088"
# $Log$ # Changes since 1.8.6 Release
#Revision 3088 - Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3.
#Revision 3087 - Fixed some typos in the spanish language file
#Revision 3086 - Fixed ignore not matching against users' real host or IP (introduced in rev. 3049).
#Revision 3085 - Use vident instead of ident in combination with the vhost for botserv kick(ban)s and nickserv access list checking.