diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/plexus.c | 7 | ||||
-rw-r--r-- | src/protocol/ptlink.c | 3 | ||||
-rw-r--r-- | src/protocol/rageircd.c | 3 |
3 files changed, 6 insertions, 7 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 */ diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c index 5c4546f30..abb428f54 100644 --- a/src/protocol/ptlink.c +++ b/src/protocol/ptlink.c @@ -1,5 +1,4 @@ /* PTLink IRCD functions -/* PTLink IRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org @@ -1717,4 +1716,4 @@ int AnopeInit(int argc, char **argv) return MOD_CONT; } - +/* EOF */ diff --git a/src/protocol/rageircd.c b/src/protocol/rageircd.c index 42eb8d327..f5b5cdb94 100644 --- a/src/protocol/rageircd.c +++ b/src/protocol/rageircd.c @@ -1,5 +1,4 @@ /* Rage IRCD functions -/* Rage IRCD functions * * (C) 2003-2005 Anope Team * Contact us at info@anope.org @@ -1655,3 +1654,5 @@ int AnopeInit(int argc, char **argv) return MOD_CONT; } + +/* EOF */ |