Changeset 49ab3cb
- Timestamp:
- 2018-05-27T03:04:49Z (6 years ago)
- Branches:
- master
- Children:
- 9e83b15
- Parents:
- 17cc2fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r17cc2fe r49ab3cb 1561 1561 } 1562 1562 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 1568 1563 /* Maybe this should be a stand-alone command as well? */ 1569 1564 static void bitlbee_whatsnew(irc_t *irc) … … 1606 1601 { "identify", 0, cmd_identify, 0 }, 1607 1602 { "info", 1, cmd_info, 0 }, 1608 { "nick", 1, cmd_nick, 0 },1609 1603 { "no", 0, cmd_yesno, 0 }, 1610 1604 { "plugins", 0, cmd_plugins, 0 },
Note: See TracChangeset
for help on using the changeset viewer.