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 | f9b628b0d37844e66a8d2acae797a81444df78ba (patch) | |
tree | 64be8440b22051b5c2433969395747ca1221db34 /src/protocol/ratbox.h | |
parent | d64b3aa890976ef888c11e1c24da5b692f1d67d3 (diff) |
Remove legacy global function.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1208 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 8c6a42914..b4ac1f1cc 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -87,7 +87,6 @@ void ratbox_cmd_242(const char *buf); void ratbox_cmd_243(const char *buf); void ratbox_cmd_211(const char *buf); void ratbox_cmd_global(const char *source, const char *buf); -void ratbox_cmd_global_legacy(const char *source, const char *fmt); void ratbox_cmd_sqline(const char *mask, const char *reason); void ratbox_cmd_squit(const char *servname, const char *message); void ratbox_cmd_svso(const char *source, const char *nick, const char *flag); |