Hi,
i want a timer on a script that the eggdrop connect to a znc.
example: bind cron - */1 znc:do
proc znc:do {} {
putserv "QUOTE pass /User/passwd"
}
But this is not working.
The error i get: Tcl error [znc:do]: wrong # args: should be "znc:do"
Anyone ?