1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 09:16:37 +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 -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