diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-06-25 21:10:12 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-06-25 21:10:12 +0000 |
commit | b9760a6353ff3a34f79d4a4f080c0ad59ef39645 (patch) | |
tree | 3989fd7d99e356d3be2d32d8ef66fd0536267b86 /src/protocol/plexus.c | |
parent | c638cd622d5ea5b2e14ff0d2cbea84106f551e10 (diff) |
BUILD : 1.7.10 (833) BUGS : NOTES : Fixed some fuckups in the previous commit
git-svn-id: svn://svn.anope.org/anope/trunk@833 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@586 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/plexus.c')
-rw-r--r-- | src/protocol/plexus.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index c4e9498e7..7ad6dc705 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -1,5 +1,5 @@ -/*PlexusIRCD IRCD functions -/*PlexusIRCD IRCD functions +/* PlexusIRCD IRCD functions + * * (C) 2003-2005 Anope Team * Contact us at info@anope.org * @@ -1815,5 +1815,4 @@ AnopeInit (int argc, char **argv) return MOD_CONT; } - - +/* EOF */ |