Top

Comments

  (55)  RSS
Fan_Of_Ur_Mom's
a careful warchild
Comments: 200
 
mIRC Snippet:  Mute Ban
Posted on Oct 4, 2008 4:37 am
i do like this one
Bullet_Dodger
Comments: 322
 
mIRC Snippet:  Simple Nick Highlighter..
Posted on Sep 28, 2008 9:36 am
Good Script
[8/10]
chadbdurham
Comments: 6
 
mIRC Snippet:  Mute Ban
Posted on Jul 5, 2008 10:33 am
Nice Scakk :o
Trikloa
Comments: 24
 
mIRC Snippet:  Text colors - Updated
Posted on Jun 19, 2008 3:46 am
And reather than
menu status,nicklist,query,channel {
You could just do
menu * {
Korvin
Comments: 237
 
mIRC Snippet:  Overkill ban.
Posted on Jun 13, 2008 6:54 pm
Code:
alias banb {
var %b = $1,%c = $2,%p = $$3,%i = 1
while (%i < 11) {
mode %c %b $address(%p,%i)
inc %i
}
mode $chan %b ~n: $+ $address(%p,2)
mode $chan %b ~q: $+ $address(%p,2)
mode $chan %b $+ -qaohv %p %p %p %p %p %p
mode $chan $iif(+* iswm %b,-v,+v) %p
}
   

Total Ban
  .Add Bans:banb +b $active $$1
  .Remove Bans:banb -b $active $$1
}
^^How i'd do it^^
a careful warchild
Comments: 200
 
mIRC Snippet:  Overkill ban.
Posted on Jun 13, 2008 5:21 pm
nice fan, its me jordy :)
Jamiie
Comments: 143
 
mIRC Snippet:  Colored Text...
Posted on Jun 12, 2008 3:08 pm
My suggestion is to make it to color the txt when you hit enter, not send 2 messages.
Jamiie
Comments: 143
 
mIRC Snippet:  Simple Nick Highlighter..
Posted on Jun 12, 2008 3:06 pm
No need for $iif($chan != $active,echo

just use echo -a

Code:

on *:text:*:#: {
  if ($me isin $1-) {
    echo -a ( $+ $time(h:nn:ss TT) $+ ) $nick highlighted you on $network in $chan with the message: $1-
  }
  if ($anick isin $1-) {
    echo -a ( $+ $time(h:nn:ss TT) $+ ) $nick highlighted you on $network in  $chan with the message $1-
  }
}
on *:action:*:#: {
  if ($me isin $1-) {
    echo -a ( $+ $time(h:nn:ss TT) $+ ) $nick highlighted you on $network in $chan with the message: $1-
  }
  if ($anick isin $1-) {
    echo -a ( $+ $time(h:nn:ss TT) $+ ) $nick highlighted you on $network in  $chan with the message $1-
  }
}

I just think it's easier to write with that instead of $iif
EL
Comments: 1,186
 
mIRC Snippet:  BigBan
Posted on Jun 11, 2008 11:24 pm
Or you can give em the ol EL special and wildcard the entire IP(if your IRCOP or admin) Baha.`-.-´
napa182
Comments: 1,145
 
mIRC Snippet:  BigBan
Posted on Jun 11, 2008 10:28 pm
seem's pointless to fill up ur ban list with 20 ban's and a gag for one person when ban mask number 2 or number 5 will do.
jonesy44
Comments: 1,182
 
mIRC Snippet:  BigBan
Posted on Jun 11, 2008 3:08 pm
ORLY?!

Fair enough :P
LucSatise
Comments: 118
 
mIRC Snippet:  BigBan
Posted on Jun 11, 2008 2:55 pm
Actually ur wrong.
Once u hit 10/11 it adds ? into addresses which act as wildcards
jonesy44
Comments: 1,182
 
mIRC Snippet:  BigBan
Posted on Jun 11, 2008 12:51 pm
It only goes up to 9..
DiAbLo19
Comments: 6
 
mIRC Snippet:  Text colors - Updated
Posted on Apr 29, 2008 8:58 am
duuude...nice script man...:P i see you upload scripts too lol
Eugenio
Comments: 1,102
 
mIRC Snippet:  Blacklist with dialog. :)
Posted on Apr 21, 2008 1:57 am
Rated 1, someone obv. dont like it, they could have atleast commented it proving that this script is ripped.

Quote:
I had a little help on this one from a friend, but for the most part, tis my blacklist that I have been using.


Maybe your friend stole some of the script from another without your knowledge.
Fan_Of_Ur_Mom
Comments: 18
 
mIRC Snippet:  Overkill ban.
Posted on Mar 24, 2008 2:14 pm
Nope... No help... >.< Why would I need help on something as extreamly easy as that?! O.o


† Fan.dx3k.com 8000 †
Darkriddick
Comments: 4
 
mIRC Snippet:  Overkill ban.
Posted on Mar 16, 2008 2:20 am
Hi fan its me SPAWN , :P nice little ban thingy lol. i know u had like alot of help on it
F*U*R*B*Y*
Comments: 588
 
mIRC Snippet:  Text colors - Updated
Posted on Feb 20, 2008 2:27 am
$+(moutaindew,!)
:D
Fan_Of_Ur_Mom
Comments: 18
 
mIRC Snippet:  Text colors - Updated
Posted on Feb 20, 2008 1:24 am
Oh, okie, thanks mountaindew $+ !. :P
mountaindew
Comments: 1,697
 
mIRC Snippet:  Text colors - Updated
Posted on Feb 19, 2008 12:08 pm
Code:

  if ($istok(/ ,$left($1,1),32))

the $istok isn't really necessary, just
Code:

if ($left($1,1) == /)
1 2 3 Next
Bottom