####### Welcome. ############## ##### How to Use ########### DOS/UNIX: perl client.pl "AimScreenName" password [Version #] Note : Version # is optional and can be 1 or 2. Depending on which server (Toc, aimexpress) you want to connect to. Windows : Put your name and password as indicated. By changing the two lines below. $nick= shift; -> $nick = shift || "MY NAME"; $pw= shift; -> $pw = shift || "MY PASSWORD"; Then double click client.pl ########################### ###### Commands ###### !sendim person msg Persons name must have no spaces. Double BackSlashes Screw up sometimes. !away time msg If msg is unspecified msg is not used. !chat join chat_name !boom number time Try !boom 20 1. You will see. !info username Profile URL. View client.pl in notepad for more commands. ##### Other Important Notes ###### When someone messages you it is unnecessary to type !sendim. Just type the message in the cmd and it will automatically send to the person who you were just talking to. Usually a ':: :' prompt will appear in these cases. Only if you wanted to talk to another person should you use !sendim. Its mostly a conversation initator if anything. Put your profile in a file called profile.txt And your buddy list in a file called buddylist.txt The file names can be changed inside the code of course. ##### EOF ############ -This program can be redistributed under the same terms as perl itself -TheRaven