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

Your turn.