diff options
author | dequis <dx@dxzone.com.ar> | 2018-05-27 00:04:49 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-05-27 00:04:49 -0300 |
commit | 49ab3cbbe3d8a92cced850dac46dec671433c5da (patch) | |
tree | 08bf1a653cefb85a7d83c68ea9f01f3b5ad2913e | |
parent | 17cc2fe53806232b2cb61042f238b34c87da0724 (diff) |
Remove deprecated placeholder for 'nick' command (added 2010)master
BitlBee 1.x compatibility stuff. It's just confusing now.
-rw-r--r-- | root_commands.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/root_commands.c b/root_commands.c index 27ef16d2..c89b7c6a 100644 --- a/root_commands.c +++ b/root_commands.c @@ -1560,11 +1560,6 @@ static void cmd_transfer(irc_t *irc, char **cmd) } } -static void cmd_nick(irc_t *irc, char **cmd) -{ - irc_rootmsg(irc, "This command is deprecated. Try: account %s set display_name", cmd[1]); -} - /* Maybe this should be a stand-alone command as well? */ static void bitlbee_whatsnew(irc_t *irc) { @@ -1605,7 +1600,6 @@ command_t root_commands[] = { { "help", 0, cmd_help, 0 }, { "identify", 0, cmd_identify, 0 }, { "info", 1, cmd_info, 0 }, - { "nick", 1, cmd_nick, 0 }, { "no", 0, cmd_yesno, 0 }, { "plugins", 0, cmd_plugins, 0 }, { "qlist", 0, cmd_qlist, 0 }, |