aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2018-05-31 12:26:07 +0200
committerMarius Halden <marius.h@lden.org>2018-05-31 12:26:07 +0200
commitcaecc6deb160813d084e0a94099b42f434f7d9c9 (patch)
tree29df7bc72c79d01653b5fe87085477bf3c7c3637 /root_commands.c
parentdb02ac8971379f9fee2f3a618bb08b8076d1a83d (diff)
parent49ab3cbbe3d8a92cced850dac46dec671433c5da (diff)
Merge branch 'master' into patched-masterHEADpatched-master
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/root_commands.c b/root_commands.c
index 8e410340..d04476cf 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -1604,11 +1604,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]);
-}
-
#ifdef WITH_GNUTLS
static void cmd_certfp(irc_t *irc, char **cmd)
{
@@ -1656,7 +1651,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 },