For making private message binds with
procedures use this.
This should get you started.
Code: Select all
bind msg n settopic my_procedure
proc my_procedure {nick host hand text} {
............
............
}
U'll have to do some things on your own and not wait for
people to make scripts for you, always.
I didn't know abc of tcl, but I knew a bit C++ and from there
on I catched it on by using the trial and error method and mainly
by looking at other scripts done by other pro scripters.
If your logic is write, say the pseudocode, or your procedure
of employment eventually you can solve them problem.