- Sat Feb 12, 2011 2:00 pm
#2156
Commands:
/friends
/friends add <name>
/friends remove <name>
What they do:
/friends - shows who is currently online from your list of friends
/friends add <name> - adds <name> to your friends list
/friends remove <name> - removes <name> from your friends list
Seems fairly simple to impliment, all you have to do is add a db table to store friends lists in, write the commands to add/remove from the list, and write the command to cross reference the friend list with who is online.
/friends
/friends add <name>
/friends remove <name>
What they do:
/friends - shows who is currently online from your list of friends
/friends add <name> - adds <name> to your friends list
/friends remove <name> - removes <name> from your friends list
Seems fairly simple to impliment, all you have to do is add a db table to store friends lists in, write the commands to add/remove from the list, and write the command to cross reference the friend list with who is online.