Startup v0.3 by Jooky
Executes a user-defined list of slash-commands on startup.

Do you get tired of typing all those slash-commands or executing those macros every time you login?  Well, now you don't have to, because Startup does it for you.

Usage: Using a text editor, edit the Commands.lua file to include the slash-commands that you wish to have executed.  When you login to WoW, your commands will be executed in the order they are listed.

----------v0.3 - 2005.02.03 -----------------------------------------
Maintenance Release
* Cleaned up and commented the code
* Added "just to be on the safe side" checks for the player's name
* Now removes itself from memory when it's finished executing

----------v0.2 - 2005.02.02 -----------------------------------------
* Allows you to specify different commands for each character you play
(Thanks to Rowne for the implementation!)
* Includes a special list to be executed for ALL characters
* Displays commands as they execute.

----------v0.1 - 2005.02.02 -----------------------------------------
* Initial release