diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
commit | 8d6828fb8f84431c50914fa9161c46bdfa67a384 (patch) | |
tree | 5afc7429ce42ad552432ace90453509610af2069 /src/protocol/ratbox.h | |
parent | 344187e10cb408b1e56913691db9ac3eb724bc67 (diff) |
Added cmd_szline() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1254 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 7fa42360e..304812fac 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -63,7 +63,6 @@ void ratbox_cmd_318(const char *source, const char *who); void ratbox_cmd_242(const char *buf); void ratbox_cmd_243(const char *buf); void ratbox_cmd_211(const char *buf); -void ratbox_cmd_szline(const char *mask, const char *reason, const char *whom); void ratbox_cmd_sgline(const char *mask, const char *reason); void ratbox_cmd_unban(const char *name, const char *nick); void ratbox_cmd_svsmode_chan(const char *name, const char *mode, const char *nick); |