Top

Comments

  (28)  RSS
[DX]'s
[DX]
Comments: 20
 
mIRC Snippet:  Scan for IP at network (server)
Posted on Oct 6, 2008 3:36 am
;-)
stargazer989
Comments: 31
 
mIRC Snippet:  Scan for IP at network (server)
Posted on Sep 23, 2008 10:09 pm
it's a clone scanner... for I_R_COPs
enizma
Comments: 1
 
mIRC Snippet:  Nice Whois
Posted on Mar 30, 2008 5:08 am
cool
[DX]
Comments: 20
 
mIRC Snippet:  Stats script, Op, deop etc.
Posted on Jan 18, 2008 8:55 pm
Tracks your ops, deops, halfops, halfdeops, voices, devoices, bans, kicks giving for one channel and for all channels
mountaindew
Comments: 1,645
 
mIRC Snippet:  Stats script, Op, deop etc.
Posted on Jan 16, 2008 1:57 pm
keeps track of channel statistics
Selfish
Comments: 9
 
mIRC Snippet:  Stats script, Op, deop etc.
Posted on Jan 16, 2008 6:41 am
I don't really want to copy and paste the script to find out what it does, why can't you just say here?
[DX]
Comments: 20
 
mIRC Snippet:  Little away without dialog
Posted on Jan 9, 2008 9:46 pm
those are separated aliases ;)
but I think that's mine solution better and simplier
[DX]
Comments: 20
 
mIRC Snippet:  Fast Channel Stats
Posted on Jan 9, 2008 9:42 pm
well, both of them works ;)
but thanks
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Little away without dialog
Posted on Jan 7, 2008 2:11 pm
Code:
 alias away {
if ($away == $true) { .echo -a * Your Are Already Away }
else {
var %away.reason $?="Away Razlog"
    set %away.time $time
    away %away.reason   
    ame -- [Away Message System] -- Motivation: %away.reason 
  }
}

alias back {
if ($away == $true) {
ame -- [Away Message System] -- Since: %away.time -- Away Time Duration: $duration($awaytime) -- Motivation: $awaymsg 
    away
    unset %away.time
}
G13AoUsTiS
Comments: 37
 
mIRC Snippet:  Fast Channel Stats
Posted on Jan 7, 2008 1:50 pm
i think is better that way:

alias chstats {
echo -a $chr(160)
echo -a $chr(149)  $+ $active Info
echo -a $str($chr(160),5) Ops: $opnick($active,0)
echo -a $str($chr(160),5) Halfops: $hnick($active,0)
echo -a $str($chr(160),5) Voices: $vnick($active,0)
echo -a $str($chr(160),5) Regular: $nvnick($active,0)
echo -a $str($chr(160),5) All: $nick($active,0)
echo -a $str($chr(160),5) Bans: $ibl($active,0)
echo -a $str($chr(160),5) Excepts: $iel($active,0)
echo -a $str($chr(160),5) Invites: $iil($active,0)
echo -a $str($chr(160),5) Modes: $chan($active).mode
echo -a $chr(149) End  $+ $active Info
echo -a $chr(160)
}
menu channel {
Fast Stats about $active :/chstats
}
[DX]
Comments: 20
 
mIRC Snippet:  Some Events with Clone scan
Posted on Dec 30, 2007 8:59 pm
OKAy thnx dude :)
Lindrian
Comments: 755
 
mIRC Snippet:  Some Events with Clone scan
Posted on Dec 30, 2007 11:23 am
Try to use a while loop instead of goto's!
mountaindew
Comments: 1,645
 
mIRC Snippet:  Simple Nick identify
Posted on Sep 24, 2007 7:20 pm
are you sure lindrian?

anyway, make it "alias" not "aliases"

also, it would be a good idea to check if nickserv is on the server using ison (raw 303)
mountaindew
Comments: 1,645
 
mIRC Snippet:  Simple status notifier
Posted on Sep 24, 2007 7:10 pm
(talking to marshtomp)
mountaindew
Comments: 1,645
 
mIRC Snippet:  Simple status notifier
Posted on Sep 24, 2007 7:10 pm
why would you want a window to pop up everytime ur opd or sumthin
mountaindew
Comments: 1,645
 
mIRC Snippet:  Channel modes
Posted on Sep 24, 2007 7:08 pm
you should have a drop down list that shows the channels ur on
Code:

var %x = 1
while (%x <= $chan(0)) {
  did -a name <id of drop down> $chan(%x)
  inc %x
}


then you can do

Code:

mode $did(name,id).seltext +/-<mode>
sp33d-d3m0nx
Comments: 3
 
mIRC Snippet:  Op & Oper Dialog
Posted on Jun 14, 2007 3:46 pm
nice. but instead of edit %tmp.var, 2, 26 54 202 20,center, disable
make it edit %tmp.var, 2, 26 54 202 20,center
A*1*T*E*A*M
Comments: 59
 
Profile:  [DX]
Posted on Feb 12, 2007 7:13 am
druze te "Add to Friends" ali oste ni si otisao accept ili si otisao decline :D
-------------------------------
I translate my comments on english for Hawkee :)

Mate I add you to be my friend .. do you accept or you decline :D
A*1*T*E*A*M
Comments: 59
 
Profile:  [DX]
Posted on Feb 11, 2007 9:27 am
druze te "Add to Friends" ali oste ni si otisao accept ili si otisao decline :D
Marshtomp
Comments: 39
 
mIRC Snippet:  Simple status notifier
Posted on Jan 27, 2007 9:47 am
^
---
There is no point of this, you should use a @window.
1 2 Next
Bottom