Pork AIM and IRC Console Client Modifications
July 3rd, 2006
This page is here in order to comply with the GPL.
Pork is a console (text) based AIM and IRC client. The actual project webpage is here: http://dev.ojnk.net/.
I just wanted to make a few changes to do some things that were annoying me about the software. Other than that, everything works as advertised. The documentation could use some work but time isn't free.
Changes
- Added a success message when a perl file is loaded successfully.
- Added auto load perl file options AUTO_LOAD_PERL (boolean) and AUTO_LOAD_PERL_FILE (string). If AUTO_LOAD_PERL is set to TRUE, the pork will attempt to automatically load the file set in AUTO_LOAD_PERL_FILE on start-up. Use the "/save" command to save these options for testing. The auto load function defaults to FALSE.
- Made a few error messages a little more unique and clearer.