[Bps-public-commit] smokingit branch, anna, updated. a7d78bbc126f0bfd853abf20c6759afd5662c19f

Thomas Sibley trs at bestpractical.com
Fri Jun 14 13:32:26 EDT 2013


The branch, anna has been updated
       via  a7d78bbc126f0bfd853abf20c6759afd5662c19f (commit)
      from  bceb36f4e9a797e97d21f3aec18bd6b5eceff051 (commit)

Summary of changes:
 lib/Smokingit/IRC.pm | 7 +++++++
 1 file changed, 7 insertions(+)

- Log -----------------------------------------------------------------
commit a7d78bbc126f0bfd853abf20c6759afd5662c19f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed May 29 02:33:57 2013 -0400

    Add anna's standard sign-on

diff --git a/lib/Smokingit/IRC.pm b/lib/Smokingit/IRC.pm
index 29c78d1..2d424f0 100644
--- a/lib/Smokingit/IRC.pm
+++ b/lib/Smokingit/IRC.pm
@@ -35,6 +35,13 @@ sub BUILD {
             my $sub = Jifty->bus->new_listener;
             $sub->subscribe(Jifty->bus->topic("test_result"));
             $sub->poll( sub { $self->test_progress(@_) } );
+
+            my $out = IM::Engine::Outgoing::IRC::Channel->new(
+                channel => Jifty->config->app('irc')->{channel},
+                message => "I'm going to ban so hard",
+                command => "NOTICE",
+            );
+            $self->interface->send_message($out);
         },
     );
 }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list