LinuxChick

LinuxChick

Joined
May 20, 2010

Activity Stream

LinuxChick commented on a Page, Autovoice + Greet  -  May 20, 2010

This script make you say the welcome msg as a notice to every person that joins every channel on every server, I did it in a channel on a server that just got DDOS'ed and went from 300 users to 1500 users, so it said Welcome to #Channelname, nickname - fail.

::

on *:join:#:#CHANNEL-NAME {
if ($nick != $me) {
if ($me isop $chan) {
if ($nick isvoice $chan) { noop }
else {
mode $chan +v $nick
}
}
notice $nick Welcome to $chan , $nick Enjoy!:)
}
}

 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.