Mirc Script Examples [best] -

on *:TEXT:!roll:#: msg $chan $nick rolled a $rand(1,6) $+ ! Use code with caution. Copied to clipboard Helpful Resources

on *:JOIN:#yourchannel: msg $chan Welcome to the room, $nick $+ ! Use code with caution. * means this triggers for any user. mirc script examples

on *:TEXT:*:#: var %lasttext. [ $+ [ $nick ] ] = $1- if (%lasttext. [ $+ [ $nick ] ] == $1-) inc %spamcount. [ $+ [ $nick ] ] if (%spamcount. [ $+ [ $nick ] ] >= 3) kick $chan $nick Please do not repeat the same message. unset %spamcount. [ $+ [ $nick ] ] on *:TEXT:

on *:JOIN:#channelname: msg $chan Welcome $nick to #channelname! Use code with caution. Copied to clipboard Simple Responder: Watches for specific keywords and replies automatically. Use code with caution

These scripts react to specific "events" happening in a channel, such as a user joining or a message being sent. www.mirc.com Welcome Bot: Greets anyone who enters a specific channel.

; Usage: Type "!calc 5 + 5" in a channel.

Remote scripts trigger when something happens (a user types, joins, parts, etc.).