Skip to content
MSN

Welcome

A TG007 community discussion started by Johnson.

Discussion 6 posts
Page 1 of 1
Open
Topic #5336 · 6 published posts · 634 views

:lmaojump: Hi room .. I was given this welcome .. and what a fine welcome it is :D .. but I have try myself to script this welcome and omg I have failed :( ... so come on one of you Geniuses script this so I dont get the local time on the welcome :lolwave:

 

#history on
on *:join:*: { 
 if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D } 
 else { ctcpreply $nick TIME Welcome $nick :D to %latestroom Join in the chat & I hope you enjoy your stay.
 } 
}

 

You are there I know from this forum that there is some talented scripters out :lmaojump: come help this fella out :lolwave: I need you to sort this out (Dummy) who sed Dummy :D

try == instead of =

People are like slinkies; they're generally boring until you push them down stairs

Change "ctcpreply $nick TIME" into:

for whispering the user that joins: msg $nick (wont work if whispers are switched off)

for a message in the room: msg #

 

And like Angelia said: change the = in "if ($nick = $me)" into ==

:lmaojump: ty Angelia ty Pete for your help (thumbs up)

its because u only have one = when there should be two..