diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:45:43 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:45:43 +0000 |
commit | 55bf54a30532cfeff5bb813617d013761212a64b (patch) | |
tree | 42c7d74a507e4ada55fb16c44805fec3a3ba7dfb /src/protocol/ratbox.h | |
parent | 809ed7c2c04f2c004be3f8f7d29ff3b4f0e3e0f7 (diff) |
Various conversions to use new protocol.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1307 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index aa3718d70..140f5570e 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -67,8 +67,8 @@ class RatboxProto : public IRCDProto { void SendInvite(const char *, const char *, const char *); void SendPart(const char *, const char *, const char *); void SendGlobops(const char *, const char *); - void cmd_sqline(const char *, const char *); - void cmd_svsnick(const char *, const char *, time_t) { } // Ratbox doesn't have an SVSNICK command + 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 *); |