Author Topic: Niveus Lux Lucis' Auto Del Gather mIRC Script  (Read 2225 times)

0 Members and 1 Guest are viewing this topic.

Offline Kagesha

  • Flagrunner
  • ****
  • Posts: 702
  • cunts
Niveus Lux Lucis' Auto Del Gather mIRC Script
« on: November 16, 2008, 12:26:53 am »
Auto Del Gather mIRC Script

Code: [Select]
on *:Load:{
  set %gatherchan $?"Gather Channel: "
  set %gatherbot $?"Gather Bot: "
}

on *:Input:%gatherchan:{
   if ($1- == !add) {
       set %waittime 60 * $?"Time to wait until del (minutes): "
       if (%waittime != 0) {
           /timeradd 1 %waittime /msg %gatherchan !del
           /echo 4Auto-Deleting you in %waittime seconds
       }
   }
}

on *:text:*:?:{
  if ($nick == %gatherbot) {
     /timeradd off
  }
}


How to use:
make a new txt file, and rename it as gatheradd.mrc
put it in your C:\Documents and Settings\USERNAME\Application Data\mIRC file
Go into mIRC and type:
/load -rs gatheradd.mrc

When you type !add it will prompt you for a time in minutes. After the set amount of time, the script will delete you from gather. Enter in 0 to stay permanently added. The script will end if you get a message from sifb0t.

Enjoy, hopefully this helps out people who can only gather if the gather starts in X minutes, and gives a greater chance of being auto-deleted if they !add then go afk.


All Creds go to:
Niveus Lux Lucis

« Last Edit: November 16, 2008, 12:31:28 am by Kagesha »

Offline SpiltCoffee

  • Veteran
  • *****
  • Posts: 1579
  • Spilt, not Split!
    • SpiltCoffee's Site
Re: Niveus Lux Lucis' Auto Del Gather mIRC Script
« Reply #1 on: November 16, 2008, 07:03:31 am »
Should probably be in the Fan Apps section, imo.
When life hands you High Fructose Corn Syrup, Citric Acid, Ascorbic Acid, Maltodextrin, Sodium Acid Pyrophosphate,
Magnesium Oxide, Calcium Fumarate, Yellow 5, Tocopherol and Less Than 2% Natural Flavour... make Lemonade!

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Niveus Lux Lucis' Auto Del Gather mIRC Script
« Reply #2 on: November 16, 2008, 12:57:18 pm »
you could detect %gatherchan from the channel where you type !add rather than prompting for it. also some people play in several gathers. nice idea tho