diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:24:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 14:24:13 +0000 |
commit | cfa88f43315973679bc63833050c991f38436240 (patch) | |
tree | c670a57b8bc624e1ee1194e80ce649665929c47c /src/protocol/ratbox.c | |
parent | 194957cb29e595e4f324448bf3bd35e2bd3b36f4 (diff) |
Last bits of renaming protocol.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1316 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index b1b6b93f6..dd07cc436 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -991,9 +991,9 @@ int anope_event_quit(const char *source, int ac, const char **av) return MOD_CONT; } -void RatboxProto::cmd_numeric(const char *source, int numeric, const char *dest, const char *buf) +void RatboxProto::SendNumeric(const char *source, int numeric, const char *dest, const char *buf) { - // This might need to be set in the call to cmd_numeric instead of here, will review later -- CyberBotX + // This might need to be set in the call to SendNumeric instead of here, will review later -- CyberBotX send_cmd(UseTS6 ? TS6SID : source, "%03d %s %s", numeric, dest, buf); } |