summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/protocol/plexus.c2
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