I require a script that can send a msg to the user that just joined a particular channel.
I need around 12 lines to issue some instructions, each on a new line.
Can anybody help me with this please?
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
Generally sending 12 lines of message to a user joining a channel wouldn't be my idea of a script which wouldn't be a good script. You should make your messages small, short and precise to the point.
If your channel is big, then your bot will have alot of queues and might lag, but still I used puthelp here, where 1 msg would be sent after a delay of 1 sec.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
or just dcc a txt with the data in it with a trigger .. to get it of course .., or spread out your data with timers.. if it's ofcourse not one .. text other wize there is no use..
Generally sending 12 lines of message to a user joining a channel wouldn't be my idea of a script which wouldn't be a good script. You should make your messages small, short and precise to the point.
If your channel is big, then your bot will have alot of queues and might lag, but still I used puthelp here, where 1 msg would be sent after a delay of 1 sec.
Um, that was giving a number of errors starting with:
Tcl error in file 'eggdrop.conf':
missing close-brace
while executing
"proc notice:user {nick uhost hand chan}"
Attempting to add the close-brace leads to this.
Tcl error in file 'eggdrop.conf':
can't read "chan": no such variable
while executing
"string equal -nocase $notice_chan $chan"
Might want to check to make sure that scripts right.
Always remember the number of "{" opening curly brackets in a procedure should be always equal to the number of "}" closing curly brackets; if there not the same you will get a tcl error and if your bot is online it will crash and disconnect untill you fix this.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Edit Plus has a nice little function to show matching curley braces. Just highlight the brace and press CTRL + } and it highlites its matching brace. if there is no matching brace it doesnt highlite anything and you know theres a problem. Helped me out no end of times
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
and if you use the eggdrop thingy syntax highlighter, and completion then you don't even need to worry about that cause when typing if or something like that editplus adds them auto
gb wrote:so notepad users are hardcore nowadays, eh
hardcore indeed. I couldn't be without my nice coloured text and auto complete / indenting these days..
So i am lazy
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