1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 00:56:38 +02:00

BUILD : 1.7.10 (878) BUGS : NOTES : Applied patch by ThaPrince to fix XLINEs with plexus

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@625 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-10 20:43:52 +00:00
parent 757f70de67
commit 8735d2becb
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -53,6 +53,7 @@ Provided by Hal9000 <hal9000@musichat.net> - 2005
Provided by ThaPrince <jon@vile.com> - 2005
09/06 A SGLINE support for plexus. [ #00]
09/10 F Sending XLINEs with plexus was broken. [ #00]
09/06 F Missing sources and other minor issues with plexus. [ #00]
09/04 F SGLINE/SQLINE for ratbox/plexus/etc needs a valid nick. [ #00]
+1 -1
View File
@@ -806,7 +806,7 @@ plexus_cmd_svsadmin (char *server, int set)
void
plexus_cmd_sgline (char *mask, char *reason)
{
send_cmd (s_OperServ, "XLINE * %s 0 :%s", mask, reason);
send_cmd (s_OperServ, "XLINE * %s :%s", mask, reason);
}
void
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="10"
VERSION_BUILD="877"
VERSION_BUILD="878"
# $Log$
#
# BUILD : 1.7.10 (878)
# BUGS :
# NOTES : Applied patch by ThaPrince to fix XLINEs with plexus
#
# BUILD : 1.7.10 (877)
# BUGS :
# NOTES : Added two more globops warnings when a database cannott be opened