Mirc Script Examples -

; Save data when someone leaves or quits on *:QUIT: writeini seen.ini $nick quit $ctime $fulladdress

; GOOD (prevents self-triggering) on *:TEXT:!ping:#: .msg $chan Pong mirc script examples

These examples cover the most practical aspects of mIRC scripting. To learn more: ; Save data when someone leaves or quits

This is a classic example that warns users who post links without having voice (+v) or op (+o). mirc script examples