Mr.MaSTeR

Mr.MaSTeR

Joined
Jan 28, 2011
Occupation
Codder
Location
IRan
Website
Interests
Mirc Chat , Scripts , Poker

Activity Stream

Mr.MaSTeR commented on a Page, random welkoms massage on join  -  Sep 22, 2012

on *:JOIN:#: { if ($nick !=== $me) {
/set %join.rand $rand(1,3)
if (%join.rand == 1) /msg $chan welcome on the $chan chat $nick
if (%join.rand == 2) /msg $chan welcome on the $chan chat chanal $nick.
if (%join.rand == 3) /msg $chan welcome $nick, stick to the rules and I will not kick you ;)
}
}

 Respond  
Mr.MaSTeR commented on a Page, Kick Bad words   -  Aug 24, 2012

/mode # +b $nick

 Respond  
Mr.MaSTeR commented on a Page, Bot On Join message  -  Aug 24, 2012

on *:JOIN:#: { if ($nick === $me) { halt }
.notice $nick 4Hello $nick and welcome to # $+ . If you would like to know my full list of commands please type !cmds.
}

 Respond  
Mr.MaSTeR commented on a Page, MsgtoUser  -  Aug 24, 2012

on *:join:#you channel here: { if ($nick === $me) { halt }
if ($nick == nickhere) { .notice $nick Your message here...4This is an automated message.
}
}

 Respond  
Mr.MaSTeR commented on a Page, Identify Alias  -  Aug 24, 2012

on :connect: {
.if (servername isin $server) { .timeridentify1 2 nick nickhere | .timeridentify2 4 ns identify passhere | .timeridentify3 7 .timeridentify
off }
}

 Respond  
Mr.MaSTeR commented on a Page, Random Colored Text  -  Aug 24, 2012

alias color { say $+ $r(0,15) $1- }
or
alias color { say ctrl+k $+ $r(0,15) $1- }

 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.