Help for this page

Select Code to Download


  1. or download this
             $delaylist{ $_ } .= $msg . "\n";
    
  2. or download this
        foreach (@nicks) {
            print "--> \cB$_\cB:\n";
            print "$_\n" for split /\n/, $delaylist{ $_ };
        }
    
  3. or download this
            print ("query $nick $_") for split /\n/, $delaylist{$nick};