diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:49:02 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:49:02 +0000 |
commit | a11aa3e4937301cc22c484594249ddd82e5511bd (patch) | |
tree | 51bbf5009c6d22bbfea59ebe53919a4b5bc40ec3 /src/protocol/ratbox.h | |
parent | 55bf54a30532cfeff5bb813617d013761212a64b (diff) |
Convert a bunch more protocol stuff.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1308 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index 140f5570e..a966dc19b 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -69,9 +69,9 @@ class RatboxProto : public IRCDProto { void SendGlobops(const char *, const char *); void SendSQLine(const char *, const char *); void SendForceNickChange(const char *, const char *, time_t) { } // Ratbox doesn't have an SVSNICK command - void cmd_connect(); - void cmd_unsgline(const char *); - void cmd_sgline(const char *, const char *); + void SendConnect(); + void SendSGLineDel(const char *); + void SendSGLine(const char *, const char *); void cmd_server(const char *, int, const char *); void set_umode(User *, int, const char **); int valid_nick(const char *); |