diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-14 15:32:03 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-14 15:32:03 +0000 |
commit | b3ad96ad3c29a3bd904bc83dd3b92fe0ed52f2a1 (patch) | |
tree | 279b236c290b78a9030777b1bf10123330765bc7 /src/protocol/plexus.c | |
parent | e024944b6dcd9e89ef76e6f51ecd85dcd9e250ff (diff) |
BUILD : 1.7.9 (796) BUGS : N/A NOTES : Updated inspircd module to work with inspircd beta 5 and up
git-svn-id: svn://svn.anope.org/anope/trunk@796 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@555 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 afaa7eaa6..640126235 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -1,4 +1,5 @@ /* 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); |