Sir_Fz wrote:Is there a pub_izamu proc in the script ?
no there isn't i downloaded that script years ago and it was broken back then. the script works after a fashion but that pub_izamu still haunts me today lol
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
FuE- wrote:well. if thats the case, what file, you just get entairn.tcl file with the rar file
I have never come across pub_izamu proc in any script in my time (not to say there isn't one) if by chance you do know of it please let me know just out of curiosity after all this time
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
I used that TCL years ago, and had the same problem with it, i think it's only "miss spelled", and since i wanted to lern a litle about TCL i made my own, much bether and more fun to use home made stuff..
This script is really quite all the basics, since it was scripted like 8 years ago now (1997 the zip date) and eggdrop's were also new those days.
I searched your script, there is a bind for "pub_izamu" but no proc for it. It activates when the bot's nick is said, i.e. the botnick is a trigger.
Either develop a proc for it, what ever you may want it to do, or just remove the bind bind pubm - "% $botnick*" pub_izamu, save your .tcl file and restart your bot for the settings to take effect.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Not as it stands because it doesnt exist. What awyeah is saying is that you can if you so wish add a proc called pub_izamu to the script that will execute when the bots name is said.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
A bind is reduntant without its proc. However when the bot's nick is triggered on a channel the bind will also trigger, but since it has no proc it will give you a tcl error. Now either you can remove it or make it a proc for it to work with.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================