proc pub:waron {nick host hand chan arg} {
set war "1"
pub:qstat
}
I recieve this error:
Tcl error [pub:waron]: wrong # args: should be "pub:qstat nick host hand chan arg"
I gotta say im kinda just stumbling through here and cant find anywhere that has decent explanation on how to do this stuff so I learn by trial and error.
[edit]
I think I figured it out for myself but please tell me if this would work.
My shell just died Again!!
proc pub:waron {nick host hand chan arg} {
set war "1"
pub:qstat $nick $host $hand $chan $arg
}
ShavdApe wrote:
I gotta say im kinda just stumbling through here and cant find anywhere that has decent explanation on how to do this stuff so I learn by trial and error.
1. check your eggdrop/doc folder
2. search the forum here for tcl tutorials