#autovoice on
on +4@:JOIN:#: {
  mode $chan +v $nick
  .notice $nick 4 You're on my Auto Voice. $irc
}
#autovoice end
#autoop on
on +5@:JOIN:#: {
  mode $chan +o $nick
  .notice $nick 4 You're on my Auto Op. $irc
}
#autoop end
#shutup on
on +2:TEXT:*:#: {
  ban -u15 $chan $nick 1
  kick $chan $nick $irc $+ ... 4 ShutUp (BrainBuster)
  .ruser 2 $nick 3
}
#shutup end
