#Trotbot Redux
##1.1.1.1 hotfix
- Fixed auto-scrolling not working in the GUI chat logger
##Version 1.1.1.1
- Fixed absence of new line in GUI chat log
- Changed user name in chat log to bold type
##Version 1.1.1
- GUI implemented in a separate .EXE
##Version 1.1
- 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"

##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.