summaryrefslogtreecommitdiff
path: root/src/messages.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 16:03:16 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 16:03:16 +0000
commite5051e4aa5cfc9e80ac965a6a82e4cab8d17387c (patch)
tree0ccaead6e96584ebc2376604e5ca5c34c11b12b1 /src/messages.c
parentb7ed70140d6e755b49cdd3c4b9d85ec6abf30cd7 (diff)
Merge commit 'cbx/anopeng-uid' into anopeng-uid
Conflicts: include/extern.h include/services.h src/protocol/bahamut.c src/protocol/inspircd11.c git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1320 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/messages.c')
-rw-r--r--src/messages.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/messages.c b/src/messages.c
index a8ceb408b..e6033627e 100644
--- a/src/messages.c
+++ b/src/messages.c
@@ -357,12 +357,6 @@ int m_whois(const char *source, const char *who)
return MOD_CONT;
}
-/* NULL route messages */
-int anope_event_null(const char *source, int ac, const char **av)
-{
- return MOD_CONT;
-}
-
/* *INDENT-OFF* */
void moduleAddMsgs(void) {
Message *m;