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 /include/extern.h | |
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 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 2881b88ec..b28e3dda5 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1178,7 +1178,6 @@ E void anope_cmd_tmode(const char *source, const char *dest, const char *fmt, .. E void anope_cmd_unban(const char *name, const char *nick); /* MODE -b */ E void anope_cmd_bot_chan_mode(const char *nick, const char *chan); /* MODE BotServ */ E void anope_cmd_netinfo(int ac, const char **av); /* NETINFO */ -E void anope_cmd_nick(const char *nick, const char *name, const char *mode); /* NICK */ E void anope_cmd_chg_nick(const char *oldnick, const char *newnick); /* NICK */ E void anope_cmd_bot_nick(const char *nick, const char *user,const char *host,const char *real,const char *modes); /* NICK */ E void anope_cmd_guest_nick(const char *nick, const char *user,const char *host,const char *real,const char *modes); /* NICK */ |