Changeset 3cd4016


Ignore:
Timestamp:
2010-08-25T21:35:49Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3f10fad
Parents:
a72af0d
Message:

I guess the nick command was never deprecated clearly, so let's do that now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    ra72af0d r3cd4016  
    12841284}
    12851285
     1286static void cmd_nick( irc_t *irc, char **cmd )
     1287{
     1288        irc_usermsg( irc, "This command is deprecated. Try: account %s set display_name", cmd[1] );
     1289}
     1290
    12861291/* Maybe this should be a stand-alone command as well? */
    12871292static void bitlbee_whatsnew( irc_t *irc )
     
    13381343        { "identify",       1, cmd_identify,       0 },
    13391344        { "info",           1, cmd_info,           0 },
     1345        { "nick",           1, cmd_nick,           0 },
    13401346        { "no",             0, cmd_yesno,          0 },
    13411347        { "qlist",          0, cmd_qlist,          0 },
Note: See TracChangeset for help on using the changeset viewer.