Help for this page

Select Code to Download


  1. or download this
    my ($fn) = $address =~ /^\W?(\w+)/;
    return unless defined $fn and length $fn;
    ...
    
    $window->command("msg $channel $nick> $quote")
        for split /\n/, $quote;