diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-08-02 18:43:30 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-08-02 18:43:30 +0000 |
commit | dca3bdd27fe02518d340e78df92b74867eebbf71 (patch) | |
tree | 1d9415dc5e8c5a8861c9e8c2a799a583d67d39bc /include | |
parent | a45e4e474b00add75c05f6d2bc1a7339f06c3b10 (diff) |
- 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
Diffstat (limited to 'include')
-rw-r--r-- | include/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *[]); |