#! perl # check client version and string for old clients and possibly issue warnings for them sub on_login { my ($pl, $host) = @_; my $client = $pl->client; my $is_cf = $client =~ /^(?:GTK|X11) (?:Unix|Win32) Client ([.0-9]+)/ && $1; warn "$client> is_cf is <$is_cf>\n";#d# if ($is_cf && (join "", map chr, split /\./, $is_cf) lt v1.9.1) { $pl->ob->message (<