#Trotbot Redux v1.0

##Version 1.0
- Plugins now are fitted for the GUI version
-> 	Changing plugins back to fitted for console requires changing 
	the assembly back to the twitchbot.dll instead of the 
	CoreWPF.dll
- GUI properly loads plugins and reports their titles and version 
  upon successful bot login
##Version 0.3.0.2
- Fixed absence of new line in GUI chat log
- Changed user name in chat log to bold type
##Version 0.3
- GUI implemented in a separate .EXE
##Version 0.2
- Adds proper disposal of plugins upon bot exit
- Compile of live code feature added
- Reload " "

##Guidance
For compiling to a different file for the External plugin directory, 
change the text "/out:.\External\External.dll" to 
"/out:.\External\<new-name-no-space>.dll"

##Console Commands
When in the bot console, and after connecting to a channel with the 
right credentials for your chat bot, the internal commands are as:
Command		Script
compile		Runs the compile .cmd file and exports to External 
		directory. The files used are "assembly.cs" and 
		"external.cs". Modify these files accordingly to 
		get your desired plugin results.
reload		Reloads the plugin directories therefore loading 
		any new plugins that have been placed in them.
exit		Exits the bot program safely and performs appropriate 
		plugin shutdown.