summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:13 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:13 +0000
commit06e29194671ebd2b52996e3be3aba34998f205c1 (patch)
treeee119572f08d232c172a3c0732818f81a6f8b3ac /src/protocol/ratbox.h
parente03c14cf1da821f98ec607732117636deedee780 (diff)
Remove cmd_nick in favour of cmd_bot_nick.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1275 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r--src/protocol/ratbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h
index d86c037a5..34d65e812 100644
--- a/src/protocol/ratbox.h
+++ b/src/protocol/ratbox.h
@@ -73,7 +73,6 @@ class RatboxProto : public IRCDProtoNew {
void cmd_akill(const char *, const char *, const char *, time_t, time_t, const char *);
void cmd_svskill(const char *, const char *, const char *);
void cmd_svsmode(User *, int, const char **);
- void cmd_nick(const char *, const char *, const char *);
void cmd_mode(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 *);