Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 8ba1bc26524a4edcf57be360446e7b5909b4eba8
  • master par défaut
  • cinch
  • ruby
  • gh-pages
5 résultats

later.pm

Blame
  • Bifurcation depuis Alexandre MORIGNOT / PlayBot
    Le projet source a une visibilité limitée.
    later.pm 208 o
    package sessions::irc::later;
    
    use lib "$FindBin::Bin/lib/";
    use commands::get;
    
    sub consume
    {
    	my ($nick, $id, $chan_src) = @_;
    
        my @args = ($nick, $id, $chan_src);
        commands::get::exec(@args);
    }
    
    1;