I have a script scanning user hosts, in a channel
and marking them as clones. Thing is I want it a bit
delayed, it is a bit complicated so I can't call it in another
procedure with a utimer, as transferring variables will be
alot messy.
Here is the fuction I want to set a
utimer on:
Code: Select all
if {[string match -nocase $mask "${nick}![getchanhost $user $chan]"]} { lappend list $user }"
anyone can correct the slash (\) subsitutions
maybe, I would have an idea on this, as im not
sure. Also do I need to add [list... in the getchanhost
segement as well, like I have done? is it correct?
Code: Select all
utimer 5 "if \{\[[list string match -nocase $mask \"$\{nick\}!\[[list getchanhost $user $chan]\]\"]\} \{[list lappend list $user]\}"