Confirmed. In a #channelname having 61 nicks, when I cleared all my userlist entries except for the 3 examples, and then I do:

//var %chan #channelname | var %i = $nick(%chan,0) | while (%i) { var %x = $nick(%chan,%i) | echo -s %x $ulist($address(%x,3),6,1).info | dec %i }

... I get 1 nick that didn't return any level, 2 that returned "Flood bots", and all the remaining 58 nicks returned "Trouble IP".

The 1 nick that returned no level had a hostmask short enough that $address($nick,3) returned no wildcards to the right of the "@". The 2 nicks returning "Flood bots" were showing valid IP addresses in /whois, but they definitely didn't match any of these 3 examples.

Edit: FYI, the same sort of thing was happening when I changed the levels from 6 and 7 to test6 and test7 and then searched for test6.

Last edited by maroon; 13/08/06 07:37 PM.