Top

Comments

  (55)  RSS
UK-Sw1ft's
Mudkipz
Comments: 18
 
mIRC Snippet:  Highlight
Posted on Mar 12, 2008 2:27 pm
Adam, changing your colours in Mirc will help, or the colours of the script
opticlens
Comments: 9
 
mIRC Snippet:  Global Blacklist.
Posted on Dec 23, 2007 10:05 pm
Not a wise idea to use a global var. because the list could get tremendous and cause errors. If it were me, I would use mIRC\'s address book to save the data. My second choice would be hash tables.
Quote:
$() can be used to join multiple things together in a match text, though $($) actually says that there is a dollar sign at the beginning..
That was the author\'s intention. ;P



Lindrian
Comments: 729
 
mIRC Snippet:  Global Blacklist.
Posted on Dec 23, 2007 9:24 pm
$() is short for $eval() btw..
Gummo
Comments: 107
 
mIRC Snippet:  Global Blacklist.
Posted on Dec 23, 2007 9:10 pm
$() can be used to join multiple things together in a match text, though $($) actually says that there is a dollar sign at the beginning..
Adam118
Comments: 5
 
mIRC Snippet:  Highlight
Posted on Dec 13, 2007 1:59 pm
how do i make it so the text in @highlight is not white? i cannot read it without highlighting all text
hell2k
Comments: 1
 
mIRC Snippet:  Idle Bot Script
Posted on Jul 12, 2007 1:24 pm
all the whole script is on remote, saved it and nothing happens. May someone helps?
Switchie
Comments: 2
 
mIRC Snippet:  CupBot V0.02
Posted on Dec 19, 2006 12:25 pm
This is useless , you cant make a cup admin this way
Can someone fix this plz :-)

on 1:TEXT:$($!admin*):%cup.channel:{
if ($istok(%cup.owners, $address($nick,1), 32)) {
if ($2 ison $chan) {
writeini admins.ini admins $address($2,1) admin
msg %cup.channel $2 Is now Cup.Admin.
msg %cup.channel Type \" /msg $me Commands \" For command overview.
mode %cup.channel +o $2
halt
}
if ($2 == remove) {
/remini admins.ini admins $address($3,1)
mode $chan -o $chan
msg # $3 Is no longer A Cup.admin
Pendaz
Comments: 1
 
mIRC Snippet:  Idle Bot Script
Posted on Aug 20, 2006 7:36 am
im totally new to scripting in irc, never used any kind of scripts before.

could someone point me in the right direction as to how i install and run this script?
hacknat
Comments: 1
 
mIRC Snippet:  CupBot V0.02
Posted on Aug 1, 2006 8:38 am
how to add to admin tell me I add only to owner but bot tell me only admin start the cups ...
LikWydd
Comments: 4
 
mIRC Snippet:  Global Blacklist.
Posted on Jul 18, 2006 11:54 pm
nice code, worked well for me. i changed some of it to suit myself

i also added this part, means when u remove a blacklist the user is unbanned from all the channels they wer globally blacklisted on

alias remfromall {
while (%a > 0) {
if ($me isop $chan(%a)) {
mode $chan(%a) -b %remadd
}
dec %a
}
}
celticsoldier
Comments: 11
 
mIRC Snippet:  Calculator
Posted on Mar 22, 2006 2:11 am
Very nice! You made a amazing dialog, Good work :)
dodgee
Comments: 2
 
mIRC Snippet:  CupBot V0.02
Posted on Jan 24, 2006 1:40 pm
how do u get this to work l am a new lol
UK-Sw1ft
Comments: 12
 
mIRC Snippet:  Calculator
Posted on Jan 17, 2006 11:55 am
thanks man :)
RoninWarrior
Comments: 252
 
mIRC Snippet:  Calculator
Posted on Jan 17, 2006 11:35 am
this is a pretty decent calc everything i used / tested worked pretty good and nice dialog aligment and not to overly big either good job UK-Sw1ft
RoninWarrior
Comments: 252
 
mIRC Snippet:  Power Information
Posted on Jan 17, 2006 11:31 am
for little bit i tested and seen it works for what it is supposed to do there are some serious dialog alignment issue in need for sure the text9 needs resized for it covers the say to channel button and there is no real aligment for anything on the dialog not too bad UK-Sw1ft
anthalus
Comments: 70
 
mIRC Snippet:  Highlight
Posted on Nov 14, 2005 12:11 pm
You should probably close the on:text event with a group (#awaylog), otherwise it will highlight every mention of your nick.
RoninWarrior
Comments: 252
 
mIRC Snippet:  Highlight
Posted on Nov 12, 2005 10:39 pm
nice!
RoninWarrior
Comments: 252
 
mIRC Snippet:  Windows Start Menu ( mIRC )
Posted on Oct 24, 2005 9:00 pm
Not bad clean and simple the way it should be .
`Kazuma
Comments: 255
 
mIRC Snippet:  Windows Start Menu ( mIRC )
Posted on Oct 24, 2005 1:56 pm
Nevermind, it does now.
`Kazuma
Comments: 255
 
mIRC Snippet:  Windows Start Menu ( mIRC )
Posted on Oct 24, 2005 1:55 pm
For some reason it\'s not working.
1 2 3 Next
Bottom