I think this work. try it
###
set tempo "5"
set newnick "here-the-nick-u-want"
if {![string match *vnick* [utimers]]} {
utimer $tempo vnick
}
proc vnick {} {
global botnick tempo newnick
putserv "nick $newnick"
if {![string match *vnick* [utimers]]} {
utimer $tempo vnick
}
}
#####