EECS881:Writing a Plugin
From ITTC
								
												
				Goals for this lab:
- Compile and run your own mycount plugin as shown in the example.
- Customize zzz plugin as shown.
- Take screen-shots and write up the lab in your Lab Report.
Notes:
-  There is no "Add Plugin Directory" option.
- Just use the "Add Plugin" option and give the full path as before.
 
- The "Send Command" menus are slightly different, but worked fine for me.
-  When customizing the plugin, code line 14 under "handle_msg_user() changes":
- Change "strcat_lmem( out_msgstr, space_str( ) );" to "strcat_lmem( out_msgstr, space_str );"
 
