Skip to content

Commit

Permalink
Fixed an issue calling ::ripecheck::getCountry with wrong argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jan 4, 2010
1 parent 6ad3e5c commit 97b5862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ripecheck.tcl
Expand Up @@ -312,7 +312,8 @@ namespace eval ::ripecheck {
putloglev $::ripecheck::conflag * "ripecheck: DEBUG - Entering ripecheck()"
set bantime [channel get $channel ripecheck.bantime]
if {[lsearch -exact $::ripecheck::chanarr($channel) $ripe] != -1} {
set country [::ripecheck::getCountry $tld]
putloglev $::ripecheck::conflag * "ripecheck: DEBUG - ripecheck() matched '$ripe'"
set country [::ripecheck::getCountry $ripe]
set template [list %nick% $nick \
%ripe% $ripe \
%tld% $ripe \
Expand Down

0 comments on commit 97b5862

Please sign in to comment.