mIRC Homepage
Posted By: born2ball Need some quick help, TIA - 19/07/04 12:49 AM
Okay im runnin a trivia bot in a chan of ours on accessirc server when I or someone else enters the room it says @CHI . Hello!I am the xxxxx-Bot 2.0 type !commands for commands.

I would like 2 modify that welcome message and personalize what it says for whoever comes in the room id like it to say (therenickhere) 's assets now belong to (our chan name here) how can I modify it to do that? Thanks a ton
Posted By: youngMoney Re: Need some quick help, TIA - 19/07/04 12:56 AM
Find the line in the script that says "Hello!I am the xxxxx-Bot 2.0 type !commands for commands. " (Should be something like $me $+ -Bot instead of xxxxx) and replace it with
Code:
 $nick $+ 's assets belong to $chan
/help $nick and $chan for more info on what both do.
Posted By: born2ball Re: Need some quick help, TIA - 19/07/04 01:04 AM
Okay, I need it to be exact im a n00b and would like to if possable just copy and paste over what id delete, heres what the script says tell me exactly what i need 2 place inorder to modify it here it is

on *:join:%tchan:{
/timer 1 1 /msg $chan 12Hello!10I am the 12Casino-Bot 2.0 made by 12the_prince! type 12!commands10 for commands.
}
on *:connect:{
theres more under this i think this is the part im trying to modify though thx again
Posted By: Mentality Re: Need some quick help, TIA - 19/07/04 01:26 AM
on *:join:%tchan:{
timer 1 1 msg $chan $nick $+ 's assets belong to $chan
}

Not so terrible, eh? As the other post said, just replace the message smile

Regards,
Posted By: born2ball Re: Need some quick help, TIA - 19/07/04 01:28 AM
Man you ARE the man you helped me before and you just answer'd a question yesterday for me on the chaos forum thx a TON (cant post on the chaos board glitch somewhere?) thx l8r
Posted By: born2ball Re: Need some quick help, TIA - 19/07/04 01:34 AM
Its not working confused

heres what it looks like IT STILL SHOWS THE SAME MESSAGE I DELETED and replaced with below confused

on *:join:%tchan:{
timer 1 1 msg $chan $nick $+ 's assets belong to $chan
}
on *:connect:{
/timer 1 2 echo -a 10Thank You for Choosing the Casino-Bot made by XXXXXX. If you have any Questions email me at [email]XXXXXXXeditedXXXXX[/email]
if (%top1 == $null) /set %top1 0
if (%top2 == $null) /set %top2 0
if (%top3 == $null) /set %top3 0
if (%top4 == $null) /set %top4 0
if (%top5 == $null) /set %top5 0
if ($read(questions1.txt,1) == $null) {
/write questions1.txt Who made this trivia?*XXXXX
etc etc etc below it





UPDATE : I now remotely set it while in mIRC but it shows both messages now yet i only see 1 script written under the remote file when hitting alt + r which is the one you guys wrote for me i cant find the original welcome message anywhere except under the program file which was under the bots name text document and i deleted the original welcome message from that confused

UPDATE+ : Thanx for the help again ive figured it out :tongue:
© mIRC Discussion Forums