Author Topic: A collection of mIRC scripts.  (Read 3277 times)

Silly

  • 68 Carbine
  • Posts: 324
A collection of mIRC scripts.
« on: June 21, 2008, 09:35:01 AM »
Perhaps we can have a thread dedicated to mIRC scripts.

I dounno, just a thought. I personally dont have any, which is why i would find it hand to have a mini database for them.

Byz

  • 68 Carbine
  • Posts: 409
Re: A collection of mIRC scripts.
« Reply #1 on: June 21, 2008, 10:04:11 AM »

coLa

  • Autococker
  • Posts: 1178
Re: A collection of mIRC scripts.
« Reply #2 on: June 21, 2008, 10:39:15 AM »
Re-Op Script

on *:DEOP:#:{
  if (($opnick == $me) && ($nick != $me)) {
    msg chanserv opme $chan 
  }
}

on a Kick Ban if you have access to the channel.

on *:KICK:#:{
  if ($knick == $me) {
    /msg chanserv unbanme $chan
    /msg chanserv inviteme $chan
    /join $chan   
  }
}
*for some reason it doesn't join unless you have "join on invite" checked in your options. so just double click the channel or whatever.*

another blacklist

on *:text:!blacklist*:*:{
  /auser -a black $$2
  /notice $me $$2 has been added to my blacklist
}

on *:text:!rblacklist*:*:{
  /ruser black $$2
  /notice $me $$2 has been removed from my blacklist
}

on black:join:#:{
  /kick $chan $nick
  /ban $chan $nick $address($nick,3)
  /kick $chan $nick
}

i have my topic script already on here. search Topic Script. should be able to find it. that's basically all i use, aside from a few Popup Scripts. Enjoy.

Rick

  • Map Committee
  • Autococker
  • Posts: 2190
Re: A collection of mIRC scripts.
« Reply #3 on: June 21, 2008, 06:08:09 PM »
i have my topic script already on here. search Topic Script. should be able to find it. that's basically all i use, aside from a few Popup Scripts. Enjoy.

Well I found it. The only problem is that the link is dead.

MiZ

  • VM-68
  • Posts: 114
Re: A collection of mIRC scripts.
« Reply #4 on: June 21, 2008, 08:03:04 PM »
what exactly are scripts?

coLa

  • Autococker
  • Posts: 1178
Re: A collection of mIRC scripts.
« Reply #5 on: June 21, 2008, 10:43:22 PM »
Well I found it. The only problem is that the link is dead.

if you need it i can re upload it. let me know.

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: A collection of mIRC scripts.
« Reply #6 on: June 21, 2008, 10:50:34 PM »
if you need it i can re upload it. let me know.
I would like it :).  So many things that I want to download off that site buts its dead :(.  Make sure it doesn't go to MegaUpload or any excrement like that.

coLa

  • Autococker
  • Posts: 1178
Re: A collection of mIRC scripts.
« Reply #7 on: June 21, 2008, 11:45:08 PM »
okie dokie. i'll get on that tomorrow. tooo sleepy right now. gah, hopefully i still have the directions somewhere. don't really feel like typing out how to use it.

Rick

  • Map Committee
  • Autococker
  • Posts: 2190
Re: A collection of mIRC scripts.
« Reply #8 on: June 21, 2008, 11:48:21 PM »
okie dokie. i'll get on that tomorrow. tooo sleepy right now. gah, hopefully i still have the directions somewhere. don't really feel like typing out how to use it.

Thanks :)

P!nk

  • Autococker
  • Posts: 948
_
« Reply #9 on: June 21, 2008, 11:55:54 PM »
Post removed
« Last Edit: July 26, 2010, 01:53:37 AM by P!nk »

Re

  • VM-68
  • Posts: 114
Re: A collection of mIRC scripts.
« Reply #10 on: June 22, 2008, 02:05:35 PM »
Most functions that you want automated that don't defy the actual IRC protocol can be scripted in mIRC. It is a very versatile tool. It can even run outside programs from a pop up menu or remote command. I am no expert but I'd be happy to try and help someone make a custom script if needed.