Welcome Script

By PurplesurgeMirc on Jun 05, 2009

Well, all the little scripting newbies on the PS network all want a welcome script, so here...
Usage: /welcome #channelname
Uses an .ini file to store the welcome messages, so good for many channels. Enjoy.

Author: Rolo @ #mIRC on PurpleSurge

alias welcome { $iif($left($1,1) != $chr(35),echo -s Usage: /welcome #channelname message,writeini welcome.ini Welcome $1-) }
on !1:join:#:{ if ($readini(welcome.ini,Welcome,#)) msg # $v1 }

Comments

Sign in to comment.
eyiezinc   -  Jun 28, 2009

nice simple code.well done PurplesurgeMirc!

 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.