From dca3bdd27fe02518d340e78df92b74867eebbf71 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 2 Aug 2013 18:43:30 +0000 Subject: - Removed rfc1459_command_send_error() message handler git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2434 82007160-df01-0410-b94d-b575c5fd34c7 --- include/parse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/parse.h b/include/parse.h index 1a58e66..c7b4cee 100644 --- a/include/parse.h +++ b/include/parse.h @@ -156,7 +156,6 @@ extern struct Message *find_command(const char *); extern void report_messages(struct Client *); /* generic handlers */ -extern void rfc1459_command_send_error(struct Client *, struct Client *,int, char *[]); extern void m_ignore(struct Client *, struct Client *, int, char *[]); extern void m_not_oper(struct Client *, struct Client *, int, char *[]); extern void m_registered(struct Client *, struct Client *, int, char *[]); -- cgit