[Bast-commits] r3775 - trunk/Infobot-DBIC/lib/Infobot/Plugin/Conduit

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Fri Sep 21 22:12:13 GMT 2007


Author: jshirley
Date: 2007-09-21 22:12:12 +0100 (Fri, 21 Sep 2007)
New Revision: 3775

Modified:
   trunk/Infobot-DBIC/lib/Infobot/Plugin/Conduit/IRC.pm
Log:
Adding username/password to the irc config

Modified: trunk/Infobot-DBIC/lib/Infobot/Plugin/Conduit/IRC.pm
===================================================================
--- trunk/Infobot-DBIC/lib/Infobot/Plugin/Conduit/IRC.pm	2007-09-21 19:33:03 UTC (rev 3774)
+++ trunk/Infobot-DBIC/lib/Infobot/Plugin/Conduit/IRC.pm	2007-09-21 21:12:12 UTC (rev 3775)
@@ -37,6 +37,8 @@
 			server  => $self->{config}->{server},
 			port    => $self->{config}->{port},
 			ircname => $self->{config}->{ircname},
+            password => $self->{config}->{password},
+            username => $self->{config}->{username},
 		) or die $!;
 
 		POE::Session->create(




More information about the Bast-commits mailing list