diff options
Diffstat (limited to 'src/protocol')
-rw-r--r-- | src/protocol/plexus.c | 2 | ||||
-rw-r--r-- | src/protocol/ptlink.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c index c85b38eb3..d1e5b000c 100644 --- a/src/protocol/plexus.c +++ b/src/protocol/plexus.c @@ -1,5 +1,4 @@ /* PlexusIRCD IRCD functions - * * (C) 2003-2005 Anope Team * Contact us at info@anope.org * @@ -1814,3 +1813,4 @@ AnopeInit (int argc, char **argv) return MOD_CONT; } + diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c index 9a272db1f..bbd2506eb 100644 --- a/src/protocol/ptlink.c +++ b/src/protocol/ptlink.c @@ -587,7 +587,6 @@ void moduleAddIRCDMsgs(void) { /* *INDENT-ON* */ - int anope_event_svsinfo(char *source, int ac, char **av) { return MOD_CONT; |