Code: Select all
utimer 3 "checkaccessafterjoin $nick $host $chan"
Code: Select all
Tcl error in script for 'timer173':
invalid command name "NGL"
How can I have eggdrop ignore the brackets in the user's nickname?
Thanks
Code: Select all
utimer 3 "checkaccessafterjoin $nick $host $chan"
Code: Select all
Tcl error in script for 'timer173':
invalid command name "NGL"
Code: Select all
utimer 3 [list checkaccessafterjoin $nick $host $chan]