Post your favorite mIRC scripts in here. Here's one of the scripts I use:
Yup, a simple timeban script, but that's all I need since I use NoNameScript.Code:on *:input:#:{ if ($1 == .tb){ /ban -ku $+ $3 $chan $2 $4- | Banned for $3 seconds } }
Your turn.