Changeset 49ab3cb


Ignore:
Timestamp:
2018-05-27T03:04:49Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
9e83b15
Parents:
17cc2fe
Message:

Remove deprecated placeholder for 'nick' command (added 2010)

BitlBee 1.x compatibility stuff. It's just confusing now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r17cc2fe r49ab3cb  
    15611561}
    15621562
    1563 static void cmd_nick(irc_t *irc, char **cmd)
    1564 {
    1565         irc_rootmsg(irc, "This command is deprecated. Try: account %s set display_name", cmd[1]);
    1566 }
    1567 
    15681563/* Maybe this should be a stand-alone command as well? */
    15691564static void bitlbee_whatsnew(irc_t *irc)
     
    16061601        { "identify",       0, cmd_identify,       0 },
    16071602        { "info",           1, cmd_info,           0 },
    1608         { "nick",           1, cmd_nick,           0 },
    16091603        { "no",             0, cmd_yesno,          0 },
    16101604        { "plugins",        0, cmd_plugins,        0 },
Note: See TracChangeset for help on using the changeset viewer.