Commit Briefs
moved converting config strings to arrays to IRCNOW::IO::IRC::new() (libIRCNOW)
Goal is to be able to pass the $conf object parsed from the config file to IRCNOW::IO::IRC::new() directly.
update install script; moved socket creation to IRCNOW::IO::IRC
added git clone of p5-IRCNOW library to install script added call to IRCNOW::IO::IRC::new() with params to create the $irc object; Designed the IRCNOW::IO::IRC module to be useable in object mode or function call mode. This commit isues both to confirm it works.
Moved irc subs from botnow to IRCNOW::IO::IRC.pm
updated calls to new library. misc cleanup
debugging, added check for loading modules; updated SQLite::* to BotNow::SQLite::*
Added debug messages