diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:30:41 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:30:41 +0000 |
commit | 341b226c63e5cf193246ec983e0736dd5af78be7 (patch) | |
tree | f4c80cd1e9380132b7a928ea170a77be0326d80d /src/protocol/ratbox.h | |
parent | 5d695b7bf69eada724742fe7cbdf92b609a0858e (diff) |
cmd_bot_nick -> SendClientIntroduction
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1302 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 d8aff4855..e2501ab26 100644 --- a/src/protocol/ratbox.h +++ b/src/protocol/ratbox.h @@ -53,7 +53,7 @@ class RatboxProto : public IRCDProto { void SendSVSKill(const char *, const char *, const char *); void SendSVSMode(User *, int, 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 SendClientIntroduction(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 *); void cmd_message(const char *, const char *, const char *); |