LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   irssi-scripting (https://www.linuxquestions.org/questions/programming-9/irssi-scripting-161545/)

w1zard 03-23-2004 06:19 PM

irssi-scripting
 
Hello, im trying to make some changes to a script called nickban.pl,where i wanted it to "detect" nicks with
wildchars and then ban if it's in my @nicks. It works good, exepept from the point that it dont react to the
nicks added with test* =(

To see the basics of the code :
my @nicks = qw(guest* gutt* pussy);

$server->command("mode $channel +b $nick");
Irssi::print("Nick banning $nick on $channel. Banned.");

It's just a output of the corresponding part!


All times are GMT -5. The time now is 12:25 PM.