Anyone please?
Thnx.
Buffy
read the tcl-commands.doc located in your ~doc directory for the commands validuser and nick2hand...Buffy_25 wrote:Is this correct?
If i have for example a $nick that exist in my botlist with "Blargo"...and he connects with BlargoZZZ or Blargo_Zzz or Blargo[A] or [A]Blargo, how can i tell my script that that person already has a handle on my bot?
Thnx.
Buffy
Code: Select all
set mybotnick1 "BlargoZZZ"
set mybotnick2 "Blargo_Zzz"
set mybotnick3 "Blargo[A]"
Code: Select all
duration [expr {[clock seconds]-[getuser $hand XTRA whatever]}]