Skip to content
MSN Addons

onjoin whispers

A TG007 community discussion started by AbsoluteEric.

Discussion 6 posts
Page 1 of 1
Open
Topic #4854 · 6 published posts · 1,132 views

hi all,

 

I would appreciate if someone could give me the commands to make onjoin whisper message that show in a seperate whisper window .

I have the command in hybrid but it shows as whispers but in room only.

 

THanks to all in advance.

 

Absolute Eric

i have some not sure if there what u wont but it doesnt hurt to post

 

on *:JOIN:#:{

/privmsg $nick Welcome $nick please wait your turn and dont whisper the ops/owners with out asking. $asctime((dddd)) :)

}

 

that is a whisper welcome on screen.

 

on *:JOIN:#:{

/privmsg $nick Welcome $chan please wait your turn and dont whisper the ops/owners with out asking. $asctime((dddd)) :)

}

 

this would send the messege on the main screan so all users can see.

 

 

to welcome by time just do this.

 

on *:JOIN:#:{

/.ctcpreply $nick TIME Welcome $nick to $chan

 

}

 

if that doesnt work post it :notworking: and ill have a look

Edited Dec 15, 2005 1:57 PM by Ozzy10

Thanks sly the first one is exactly what im looking for!

Appreciate your help :lolwave:

Edited Dec 15, 2005 1:57 PM by Ozzy10

hey i need one little thing to for a onjoin message and um that wen some come in the room and that it says from welkom to and that the code make the room name can some help

:lmaojump: trendwhore ... I was given these welcomes .. dont know if that is what you want

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 { notice $nick Welcome $nick :D to %latestroom  I hope you enjoy your stay , I am $me your BOT and I am here to look after you. 
 } 
}


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 { msg $nick Welcome $nick :D to %latestroom  I hope you enjoy your stay , I am $me your BOT and I am here to look after you. 
 } 
}



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  I hope you enjoy your stay , I am $me your BOT and I am here to look after you. 
 } 
}

 

They are on the forum somewhere and all :D

um thats not what i meaned let me take example

 

imagen that you have youre script in many rooms and the welkom is on and you have a welcome addon that calls the room or group name like this

 

hey welkom (name) in to the creapy room

 

and then you got much more rooms but then with a other names but you only have one welkom addon

now what i mean is how can i get a code that is not calling one room name while i got 5 so that it not will call one room name but so that he will call the room name from how the room is calling en not calls the name you enterd in the addon this is a bit of diffelcult to explaine hopefuly you guys know what i mean