Welcome to chan!

By lillaiwazz on Aug 16, 2008

Hi here i a verry simpel Welcome script!!!

HI , Welcome to I Hope You Like It! It's my first script =) ```mirc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; ; ; Made By Lillaiwazz ; ; ; ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; on *:JOIN:#"yourchannel":{ msg $chan Hi $nick , Welcome to 4 $chan } ```

Comments

Sign in to comment.
blitzz   -  Jun 12, 2009

lillaiwazz. you have many alternative here :P

 Respond  
TravisT   -  Jun 12, 2009

lol their credit to themselves is bigger than the actual script. >.>

 Respond  
PATX   -  Jun 12, 2009
on *:join:#: { notice $nick welcome to $chan $nick! }

that way u others cant see it :)

 Respond  
Kirbeh_Pr0nz   -  Jun 06, 2009

WOW OMGWTFBBQ!
jonesy44 10/10
works great!
<333333333
/me recommends it to Weasel

 Respond  
Jonesy44   -  Jun 06, 2009

on *:join:#:if ($nick == $me) part #

 Respond  
Kirbeh_Pr0nz   -  Jun 06, 2009

XD
it could also be:

on !*:JOIN:#:{ msg # Hi $nick $+ ! Welcome to # $+ . }

inspired by jonesy44------^

 Respond  
Jonesy44   -  Jun 06, 2009

Yes.. hell of a difference Weasel.

 Respond  
Weasel   -  Jun 06, 2009

could be

 on *:join:#: { msg $chan hi $nick $+ , welcome to $chan }
 Respond  
sercan386   -  Jun 06, 2009

this rocks!!!!!! thanks for making ^^

 Respond  
Jethro   -  Jun 06, 2009

Nice work, lillaiwazz. But I think it may need a little flood check so that you won't get flooded in a channel where heavy traffic persists:

on !*:JOIN:#YourChannel:inc -u3 %x | $iif(%x > 5,return,.msg $chan $+(Hi,$chr(32),$nick,$chr(44),$chr(32),welcome to,$chr(3),04,$chan))

And ! in front the onjoin event is your friend so you don't send a greeting to yourself.

 Respond  
buddy   -  Jun 05, 2009

simple but works great

 Respond  
Jonesy44   -  Jun 05, 2009

Halt's main use occurs in on open events to auto close the msg. you can avoid virtually EVERY other halt with using correct logic. if then else statements.

 Respond  
PurplesurgeMirc   -  Jun 05, 2009

else halt, rofl

No script I've ever seen needs /halt

 Respond  
Cheiron   -  Aug 19, 2008

why be so complex about that lol... it is much simpler than all that if you want to make it for a set channel only..

on *:JOIN:#channel: {msg $chan Hi $nick and welcome to the channel }

 Respond  
DragonFlare   -  Aug 19, 2008

no because if he tried what you posted it wouldnt halt it to the room they want it to if there is a certain room you dont want it to spam in you could do this

 On *:join:#:{
if ($chan == #roomnamehere) | halt
msg $chan Hi $nick Welcome To The 4 $chan
} 

or he could use

 on *:join*:#:{
if ($chan == #roomnamehere) msg $chan Hi And Welcome To $chan $nick 
elseif ($chan == #roomnamehere) msg $chan Welcome To The Room $nick
}
else halt
} 
 Respond  
pwnisher3   -  Aug 18, 2008

try this


on *:JOIN:#:{
  msg $chan Hi $nick , Welcome to 4 $chan
}
 Respond  
EL   -  Aug 16, 2008

Rofl yes i give free ops in my coders chan;p its a testin chan so mite as well.Plus if anyone abuses it the othe coders can pwn em at there will ^_^

 Respond  
Soulkeeper   -  Aug 16, 2008

EL does it. >:P

 Respond  
napa182   -  Aug 16, 2008

lmao why would you want to auto op anyone that joins ur chan...

 Respond  
Jonesy44   -  Aug 16, 2008

.. why? If they are ops .. they'll get opped by cs

 Respond  
RaiNBoW_Six   -  Aug 16, 2008

hahaha maybe give nick op

 Respond  
Cheiron   -  Aug 16, 2008

welcome to Hawkee firstly.

the posted snippet is very basic level. but it works if nothing else. :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.