mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20:16:38 +02:00
BUILD : 1.7.4 (207) BUGS : N/A NOTES : Fixed PTLink m_server incorrect argument count
git-svn-id: svn://svn.anope.org/anope/trunk@207 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@149 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
1d1c478e4f
commit
ecfb58ca92
@@ -1,6 +1,7 @@
|
||||
Anope Version S V N
|
||||
-------------------
|
||||
Provided by Anope Dev. <dev@anope.org> - 2004
|
||||
06/20 F PTLink server support [ #00]
|
||||
06/18 A Added proper Bahamut1.8 support. [ #55]
|
||||
|
||||
Anope Version 1.7.4
|
||||
|
||||
@@ -711,7 +711,11 @@ static int m_server(char *source, int ac, char **av)
|
||||
{
|
||||
if (!stricmp(av[1], "1"))
|
||||
uplink = sstrdup(av[0]);
|
||||
#ifdef IRC_PTLINK
|
||||
if (ac != 4)
|
||||
#else
|
||||
if (ac != 3)
|
||||
#endif
|
||||
return MOD_CONT;
|
||||
do_server(source, ac, av);
|
||||
return MOD_CONT;
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="4"
|
||||
VERSION_BUILD="206"
|
||||
VERSION_BUILD="207"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.4 (207)
|
||||
# BUGS : N/A
|
||||
# NOTES : Fixed PTLink m_server incorrect argument count
|
||||
#
|
||||
# BUILD : 1.7.4 (206)
|
||||
# BUGS : 55
|
||||
# NOTES : Added proper Bahamut1.8 support. Merged r132:195 from branch
|
||||
|
||||
Reference in New Issue
Block a user