diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-10 20:43:52 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-10 20:43:52 +0000 |
commit | 8735d2becb8322bc23b2b98cc813e357176f2a8a (patch) | |
tree | 7a2068a601d2fcc3f72737982ff23eec4875aca4 /src/protocol/plexus.c | |
parent | 757f70de67ebae6a6a5f27105151974567df0d1c (diff) |
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
Diffstat (limited to 'src/protocol/plexus.c')
-rw-r--r-- | src/protocol/plexus.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |