Jump to content

Spike

Members
  • Posts

    224
  • Joined

  • Last visited

Posts posted by Spike

  1. Timed KickBans

    .2 Minutes:/ban2 $1 $$?="Reason:"

    .5 Minutes:/ban5 $1 $$?="Reason:"

    .10 Minutes:/ban10 $1 $$?="Reason:"

    .30 Minutes:/ban30 $1 $$?="Reason:"

    .60 Minutes:/ban60 $1 $$?="Reason:"

     

    ^^ them go in nicklist popups ^^^^

    the ones below go in remotes

     

    alias ban2 {

    mode $chan +b $address($1,2)

    /kick $chan $1 $2- *Two Minute Ban*

    /timer 1 120 /mode $chan -b $address($1,2)

    }

    alias ban5 {

    mode $chan +b $address($1,2)

    /kick $chan $1 $2- *Five Minute Ban*

    /timer 1 300 /mode $chan -b $address($1,2)

    }

    alias ban10 {

    mode $chan +b $address($1,2)

    /kick $chan $1 $2- *Ten Minute Ban*

    /timer 1 600 /mode $chan -b $address($1,2)

    }

    alias ban30 {

    mode $chan +b $address($1,2)

    /kick $chan $1 $2- *Thirty Minute Ban*

    /timer 1 1800 /mode $chan -b $address($1,2)

    }

    alias ban60 {

    mode # +b $address($1,2)

    /kick $chan $1 $2- *One Hour Ban*

    /timer 1 600 /mode $chan -b $address($1,2)

    }

  2. where was i on 9/11 i spent the nite at my aunt and uncles my uncle came in and says America has been attacked i turned the tv on seen the second plane hit TWC i had a moment my jaw dropped open thinking about all the people seen a person jump from the WTC where was i sitting there sad and wanted to help but couldn't

×
×
  • Create New...