diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-17 18:01:26 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-17 18:01:26 +0000 |
commit | 296c1d8a5a948d5ae6756d7b55b16c64f56cf4c3 (patch) | |
tree | 45af5924f4065cbbd5764aff9d0a4428f32eaac1 /src/protocol/plexus.c | |
parent | b3ad96ad3c29a3bd904bc83dd3b92fe0ed52f2a1 (diff) |
BUILD : 1.7.9 (797) BUGS : N/A NOTES : Applied some nicities for sun boxs
git-svn-id: svn://svn.anope.org/anope/trunk@797 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@556 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 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); |