summaryrefslogtreecommitdiff
path: root/src/protocol/plexus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/plexus.c')
-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 640126235..32f9feea3 100644
--- a/src/protocol/plexus.c
+++ b/src/protocol/plexus.c
@@ -1,5 +1,6 @@
/* PlexusIRCD IRCD functions
/* PlexusIRCD IRCD functions
+/* PlexusIRCD IRCD functions
*
* (C) 2003-2005 Anope Team
* Contact us at info@anope.org
@@ -695,7 +696,6 @@ void moduleAddIRCDMsgs(void) {
}
/* *INDENT-ON* */
-
void plexus_cmd_sqline(char *mask, char *reason)
{
send_cmd(NULL, "RESV * %s :%s", mask, reason);