Help for this page
#!/usr/bin/perl -w use strict; ... #flamers #lusers #litterbugs
my $channels = "#gross_people #skriptk1dd13\$ #trolls"; my %banned; @banned{split " ", $channels} = (1); ... IRC::print "match: $_"; } }