proc { chan type } {
puthelp "PRIVMSG $chan :$type"
}
now in another program i want to start the script with the 2 variables chan und type. But how can i execute this program. With bind i know it but how in other programs?
Code: Select all
proc <procname> { chan type } {
puthelp "PRIVMSG $chan :$type"
}