Discussion of eggdrop bots, shell accounts and tcl scripts.
Skip to content
Go to advanced search
arfer wrote:Each bind passes different arguments to the procs they call.
Code: Select all
proc myproc {minute hour day month year} { # code here }
putserv "PRIVMSG $minute : TEST TEXT"