Changeset 3cd4016
- Timestamp:
- 2010-08-25T21:35:49Z (14 years ago)
- Branches:
- master
- Children:
- 3f10fad
- Parents:
- a72af0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
ra72af0d r3cd4016 1284 1284 } 1285 1285 1286 static 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 1286 1291 /* Maybe this should be a stand-alone command as well? */ 1287 1292 static void bitlbee_whatsnew( irc_t *irc ) … … 1338 1343 { "identify", 1, cmd_identify, 0 }, 1339 1344 { "info", 1, cmd_info, 0 }, 1345 { "nick", 1, cmd_nick, 0 }, 1340 1346 { "no", 0, cmd_yesno, 0 }, 1341 1347 { "qlist", 0, cmd_qlist, 0 },
Note: See TracChangeset
for help on using the changeset viewer.