Top

Comments

  (183)  RSS
M[n]M's
pingpong0
Comments: 7
 
mIRC Snippet:  Spy Bot
Posted on Oct 11, 2008 5:01 am
Oh by the way, Heres something to add. If youre spying on Multiple Channels, Then it should say like this :

#(Chan Name here)[3Spy1] 4KoC056 3is now known as4 pieter

#Testingchanel [3Spy1] 4KoC443 3is now known as4 ikita
pingpong0
Comments: 7
 
mIRC Snippet:  Spy Bot
Posted on Oct 11, 2008 4:59 am
Awesome! I love it!
EL
Comments: 1,394
 
mIRC Snippet:  ColoR TexT
Posted on Aug 30, 2008 7:25 am
Quote:

halt
:last
}

;s
F*U*R*B*Y*
Comments: 585
 
mIRC Snippet:  ColoR TexT
Posted on Aug 30, 2008 12:12 am
Code:
alias c {
  var %temp = 1, %max = $len($1-), %char, %string, %color = 4 7 2 3 12 6, %cs = $rand(1,$numtok(%color,32))
  while (%temp <= %max) {
    %char = $mid($1-,%temp,1) | if (%char isnum) %string = %string $+  $+ $gettok(%color,%cs,32) $+ ,99 $+ %char
    elseif (%char = $chr(32)) { inc %temp | %char = $mid($1-,%temp,1) | %string = %string  $+ $gettok(%color,%cs,32) $+ %char }
    else { %string = %string $+  $+ $gettok(%color,%cs,32) $+ %char }
    inc %temp | inc %cs | if (%cs > $numtok(%color,32)) %cs = 1
  }
  if ($isid) return %string | else msg # %string
}


?
jonesy44
Comments: 1,085
 
mIRC Snippet:  ColoR TexT
Posted on Aug 29, 2008 9:54 am
F*U*R*B*Y*
Comments: 585
 
mIRC Snippet:  ColoR TexT
Posted on Aug 29, 2008 9:49 am
no...... no.... no.....
AlexHopper
Comments: 21
 
mIRC Snippet:  ColoR TexT
Posted on Aug 29, 2008 9:47 am
or just put in

on *:input:*:{
if ($left($1,1) == /) || ($left($1,1) == !) { goto last }
msg $active 9 $+ $1-
}
F*U*R*B*Y*
Comments: 585
 
mIRC Snippet:  action Back
Posted on Aug 29, 2008 9:31 am
yes uh, spam much?

Code:
timer 50 0 describe hi $nick


me wins?

fail much? :P
AlexHopper
Comments: 21
 
mIRC Snippet:  action Back
Posted on Aug 29, 2008 9:29 am
cool i like this
Fuzion
Comments: 41
 
mIRC Snippet:  Spy Bot
Posted on Jul 24, 2008 5:38 am
thanks i really like
StaticX__
Comments: 35
 
mIRC Snippet:  Spy Bot
Posted on Jul 6, 2008 3:38 pm
it would be nice to open a dcc chat first, for flood protection.
Xpl0reR
Comments: 114
 
mIRC Snippet:  Spy Bot
Posted on Jul 1, 2008 3:05 pm
btw, you forgot to set the on nick %spychannel and on quit %spychannel.
Xpl0reR
Comments: 114
 
mIRC Snippet:  Spy Bot
Posted on Jul 1, 2008 2:43 pm
nice one :p
imm using it on my bot :p
jonesy44
Comments: 1,085
 
mIRC Snippet:  Spy Bot
Posted on Jun 29, 2008 5:04 pm
"unset %msgspy $chan"

Only need;

"unset %msgspy"
napa182
Comments: 1,152
 
mIRC Snippet:  Spy Bot
Posted on Jun 29, 2008 12:51 am
why are you useing !spy and !unspy as wildcards?
just take out a * so it's !spy* and maybe add a check that $2 is a channel that you are inputting.
LucSatise
Comments: 122
 
mIRC Snippet:  Spy Bot
Posted on Jun 28, 2008 12:43 pm
technically if u use rawmode u shuldn't need BAN and UNBAN as well. otherwise looks good. personally i'l just stick with the one i use =]
Season
Comments: 1
 
mIRC Snippet:  AwAy script
Posted on Jun 24, 2008 5:19 am
What you have to say to let it works. I'm confused about every away script 'bout that :P
M[n]M
Comments: 95
 
mIRC Snippet:  Services Bot Auto Join
Posted on Jun 23, 2008 4:24 pm
o shoot you might wanna remove some of themm :\ where it says !cmd :\
Viper01
Comments: 78
 
mIRC Snippet:  Unban All
Posted on Jun 17, 2008 10:50 am
punktured: even though that is the easier route, you'd need higher than normal op status to use it ._.
PunkTuReD
Comments: 113
 
mIRC Snippet:  Unban All
Posted on Jun 13, 2008 9:18 pm
alias unbanall {
ChanServ CLEAR $chan BANS
}
1 2 3 4 5 6 7 8 9 10 Next
Bottom