diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:29:56 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:29:56 +0000 |
commit | 5d695b7bf69eada724742fe7cbdf92b609a0858e (patch) | |
tree | c0cdb47b73c6b1176d7c3d523c60fc7675e4a3d3 /src/protocol/ratbox.h | |
parent | c8d4ff56a17d55ad886096c85e03f6ea12734f5d (diff) |
Guest nicks, MODE.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1301 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r-- | src/protocol/ratbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h index 280ede400..d8aff4855 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -52,7 +52,7 @@ class RatboxProto : public IRCDProto { void SendAkill(const char *, const char *, const char *, time_t, time_t, const char *); void SendSVSKill(const char *, const char *, const char *); void SendSVSMode(User *, int, const char **); - void cmd_mode(const char *, const char *, const char *); + void SendMode(const char *, const char *, const char *); void cmd_bot_nick(const char *, const char *, const char *, const char *, const char *); void cmd_kick(const char *, const char *, const char *, const char *); void cmd_notice_ops(const char *, const char *, const char *); |