Commit Briefs
New parser for znc tables in chat (master)
Started breaking up the irc response parser up into smaller chunks. can now parse table responses from znc *status channel. More debug messages then necessary. no useful output at this point. Parses the field header and field data into an array of arrays. Need to capture from *controlpanel and *blockuser still
Imported account related DNS subs from BotNow::DNS.pm
Added use of carp instaed of die and better debug messages in places created bin/dnsTest.pl as a test/example script of using the functions in IRCNOW::Acct::DNS. Currently confirmed nextdns() works. Still need to work on pod documents and confirm the rest of the subs work. cliNow.pl was used as a base for dnsTest.pl and a copy of it made into ircTest.pl for the tests related to the IRC module.
copied BotNow::DNS.pm to IRCNOW::Acct::DNS.pm
Initial import - no changes to imported file
used package globals as default values in ircnow::IO::IRC::new()
had a bug with $bots pointing to and empty array. updated to use the package globals as the source for default values in the object.
Added new() and function for socket creation
moved socket creation from botnow script added new to create $irc object maintained compatability with calling functions in object mode or function mode as procausion for legacy code. NOTE TO SELF - should add a warning to output to recommend updating to object mode
Added date/time and email functions from ponbot code
corrected $dbLevel to $verbosity in export_ok list Also added POD documents to IRCNOW::IO.pm