diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:10 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:10 +0000 |
commit | d64b3aa890976ef888c11e1c24da5b692f1d67d3 (patch) | |
tree | c58cfc10f8765af1869d6e76d140391aeb5599d9 /src/protocol/ratbox.h | |
parent | e6111d9ff4cb897b5c8bd00fcde339ffce1b66bf (diff) |
Remove anope_cmd_privmsg2 (it's identical to anope_cmd_privmsg!)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1207 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index a94ee7105..8c6a42914 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -64,7 +64,6 @@ void ratbox_cmd_notice_ops(const char *source, const char *dest, const char *buf void ratbox_cmd_notice(const char *source, const char *dest, const char *buf); void ratbox_cmd_notice2(const char *source, const char *dest, const char *msg); void ratbox_cmd_privmsg(const char *source, const char *dest, const char *buf); -void ratbox_cmd_privmsg2(const char *source, const char *dest, const char *msg); void ratbox_cmd_serv_notice(const char *source, const char *dest, const char *msg); void ratbox_cmd_serv_privmsg(const char *source, const char *dest, const char *msg); void ratbox_cmd_bot_chan_mode(const char *nick, const char *chan); |