:
: The FE script... showing you the wonders of /fe!
: Only works with ircII2.2.9+3
: "Botsweep" requires ircII2.2.9+4.1
: Mass* has never been easier! (tm)
: 
: Note -- This script uses no outside aliases!  Everything in 
: this script is built into +3.
: Note -- "Botsweep" uses the "uh" alias which is found at the 
: bottom of this script.
:

alias opalot {
    fe ($1-) x y z {mode * $0ooo $x $y $z}
}
alias banalot {
    fe ($2-) x y z {wait;mode $0 $1bbb $x $y $z}
}
alias kickalot {
    fe ($1-) x {kick $0 $x}
}

alias masskick {
    kickalot $tert($0?$0:$C) $remw($N $onchannel($0))
}

alias massdeop {
    opalot - $remw($N $chops($0))
}

alias opall {
    opalot + $nochops($0)
}

alias botsweep {
    ^assign bs.chan $tert($1 ? $1 : $C)
    ^assign bs.nick $onchannel($bs.chan)
    ^assign bs.uhs $uh($bs.nick)
    kickalot $bs.chan $copattern($uh($0) bs.uhs bs.nick)
}
 
