From 8735d2becb8322bc23b2b98cc813e357176f2a8a Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 10 Sep 2005 20:43:52 +0000 Subject: [PATCH] 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 --- Changes | 1 + src/protocol/plexus.c | 2 +- version.log | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 31f287ab2..41e716944 100644 --- a/Changes +++ b/Changes @@ -53,6 +53,7 @@ Provided by Hal9000 - 2005 Provided by ThaPrince - 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] diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index f419a77a0..4429b757e 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -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 diff --git a/version.log b/version.log index a232853e1..03e3bae34 100644 --- a/version.log +++ b/version.log @@ -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