diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:13 +0000 |
commit | 06e29194671ebd2b52996e3be3aba34998f205c1 (patch) | |
tree | ee119572f08d232c172a3c0732818f81a6f8b3ac /src/ircd.c | |
parent | e03c14cf1da821f98ec607732117636deedee780 (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/ircd.c')
-rw-r--r-- | src/ircd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ircd.c b/src/ircd.c index 11eb32293..1aac8ecf1 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -146,11 +146,6 @@ void anope_cmd_376(const char *source) ircdproto.ircd_cmd_376(source); } -void anope_cmd_nick(const char *nick, const char *name, const char *modes) -{ - ircdprotonew->cmd_nick(nick, name, modes); -} - void anope_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes) { ircdprotonew->cmd_guest_nick(nick, user, host, real, modes); |