Commit Briefs

8f4329e091 Izzy Blacklock

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.


029d7e66cc Izzy Blacklock

Moved main IRC processing loop into IRCNOW::IO::IRC


2f6757c2ad Izzy Blacklock

bug fixes. deleted needed local vars in error


453d38abd6 Izzy Blacklock

Converted botnow to use $irc object


fd105d18cd Izzy Blacklock

Added some debug messages


4a5edd448d Izzy Blacklock

bug fixes


c47c8f57b6 Izzy Blacklock

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.


4f551346d1 Izzy Blacklock

fixed but with @stafflist; added debug messages


1796ac628e Izzy Blacklock

added $backupspath as a IRCNOW::IO package var


82f6656db6 Izzy Blacklock

set my $bots = \@IRCNOW::IO::IRC::bots;



2540456174 Izzy Blacklock

added chomp($response) before debug()



672b5ca7f0 Izzy Blacklock

updated sub calls to IRCNOW::IO::IRC::putserv()


c641e0473f Izzy Blacklock

Moved irc subs from botnow to IRCNOW::IO::IRC.pm

updated calls to new library. misc cleanup


7ce84f6584 Izzy Blacklock

updated library calls to BotNow:: namespace


2a82acd0d2 Izzy Blacklock

updated SQLite::* to BotNow::SQLite::* in botnow


3ae69e2798 Izzy Blacklock

debugging, added check for loading modules; updated SQLite::* to BotNow::SQLite::*

Added debug messages


f661491dcb Izzy Blacklock

updated botnow to use verbosity2const()


e8f566bb05 Izzy Blacklock

Use freeshell login class by default


11ccad93eb Izzy Blacklock

Applied miniontoby's suggested patch


1f4e64f1b2 Izzy Blacklock

Added Miniontoby's suggested patch for VPNs


87877d714f Izzy Blacklock

updated BNC.pm to use IRCNOW::IO::debug()