Greet Message

By Tripple-D on Feb 14, 2012

This script when you enter the channel this script is set up in when you join it will only tell you the message

Have Fun

Any problems Tell me

Many Thanks :)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;                                                     ;                                                      
;     Coded By Tripple-D                              ;
;                                                     ; 
; Please Tell me if someone has something for millier ;
; So i can change it                                  ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on *:JOIN:#Your Channel Name: {
  /notice $nick Welcome to #You Channel Name $nick [ Your Message Here ] 

;/ You dont have to keep the [   ]         Remove this message /;

Comments

Sign in to comment.
Fuzionx   -  Feb 15, 2012
on *:JOIN:#YourChannel:{ .notice $nick Welcome to $chan $nick $+ ! [your message here] }

You can use $chan in the script itself, since it only triggers in the channel you provide at #YourChannel in the ON JOIN event.
Added a . before notice, this will silence the command. If you use it, you don't see that you noticed someone. Try it out.

 Respond  
FelicianoX   -  Feb 14, 2012

/help $chan

 Respond  
Spoof   -  Feb 14, 2012

Your script is missing the close brace at the end. you can also make it a single line.
on *:JOIN:#Your Channel Name:{ notice $nick Welcome to #You Channel Name $nick [ Your Message Here ] }

You don't need the / for a notice to trigger.

 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.