1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 23:43:12 +02:00

BUILD : 1.7.17 (1192) BUGS : 617 NOTES : Send svspart instead of eob

git-svn-id: svn://svn.anope.org/anope/trunk@1192 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@912 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-10-21 13:51:42 +00:00
parent 5b3eb75157
commit 3fad73f4cd
3 changed files with 9 additions and 2 deletions
+2
View File
@@ -3,6 +3,8 @@ Anope Version S V N
10/17 F Encryption, users can now pick none, old, md5 or sha1. [ #00]
10/18 F MLock support for +c was missing on ultimate3. [ #00]
10/20 F Error message when unable to register due to NSRegDelay. [#616]
10/21 F svspart sends svspart instead of eob. [#617]
Anope Version 1.7.17
--------------------
+1 -1
View File
@@ -607,7 +607,7 @@ void anope_cmd_svsjoin(char *source, char *nick, char *chan)
ircdproto.ircd_cmd_svid_umode(nick, ts);
}
void anope_cmd_nc_change(User * u)
void anope_cmd_nc_change(User * u)
{
ircdproto.ircd_cmd_nc_change(u);
}
+6 -1
View File
@@ -9,10 +9,15 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="17"
VERSION_EXTRA="-svn"
VERSION_BUILD="1191"
VERSION_BUILD="1192"
# $Log$
#
# BUILD : 1.7.17 (1192)
# BUGS : 617
# NOTES : Send svspart instead of eob
#
#
# BUILD : 1.7.17 (1191)
# BUGS : 616
# NOTES : Error message changed when trying to register a nick before NSRegDelay is up.