Results 1 to 4 of 4

Thread: Your favorite mIRC scripts

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Member Locotes's Avatar
    Join Date
    Aug 2008
    Location
    Somewhere I belong
    Posts
    69

    Default

    This is a fix of my first script:
    Code:
    alias tban {
      if (!$3) { echo -a params missing! ex: /tban nick seconds reason | halt }
      if (($2 >= 0) && ($2 < 60)) var %time2 $2 seconds
      if ($2 >= 60) var %time2 $calc( $2 / 60 ) minute(s)
      if ($1 !isop $chan) { ban -ku $+ $2 $chan $1 2 $3- $(|) Banned for %time2 }
    }
    It's an alias now. You'll have to use it this way: /tban nick seconds reason

    This script will ban a user for a certain amount of seconds.

    Thanks to wild and Holz for helping me with this script ><

    ToDo:
    • /tbanlist
    • /tbandel

    Shouldn't be that hard
    Last edited by Locotes; 04-25-2009 at 09:42 AM.

Similar Threads

  1. Your favorite non-Hollywood movies
    By whatapath in forum TV/Movies
    Replies: 4
    Last Post: 12-02-2012, 10:40 AM
  2. What's your favorite show and movie?
    By Blake in forum TV/Movies
    Replies: 22
    Last Post: 02-24-2011, 07:38 PM
  3. mIRC Colors
    By Zericho in forum IRC client scripts and addons
    Replies: 2
    Last Post: 06-27-2010, 05:15 AM
  4. irssi scripts/triggers
    By The Compiler in forum IRC client scripts and addons
    Replies: 0
    Last Post: 04-25-2009, 08:28 AM
  5. Favorite SuperBowl Commerical
    By escnuk3r in forum Off Topic
    Replies: 2
    Last Post: 02-15-2009, 10:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •