mIRC Snippet:
Global Blacklist.
Posted on Dec 23, 2007 10:05 pm
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.
That was the author\'s intention. ;P
| 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.. |
mIRC Snippet:
Global Blacklist.
Posted on Dec 23, 2007 9:24 pm
Posted on Dec 23, 2007 9:24 pm
$() is short for $eval() btw..
mIRC Snippet:
Global Blacklist.
Posted on Dec 23, 2007 9:10 pm
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..
mIRC Snippet:
Idle Bot Script
Posted on Jul 12, 2007 1:24 pm
Posted on Jul 12, 2007 1:24 pm
all the whole script is on remote, saved it and nothing happens. May someone helps?
mIRC Snippet:
CupBot V0.02
Posted on Dec 19, 2006 12:25 pm
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
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
mIRC Snippet:
Idle Bot Script
Posted on Aug 20, 2006 7:36 am
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?
could someone point me in the right direction as to how i install and run this script?
mIRC Snippet:
CupBot V0.02
Posted on Aug 1, 2006 8:38 am
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 ...
mIRC Snippet:
Global Blacklist.
Posted on Jul 18, 2006 11:54 pm
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
}
}
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
}
}
mIRC Snippet:
Calculator
Posted on Mar 22, 2006 2:11 am
Posted on Mar 22, 2006 2:11 am
Very nice! You made a amazing dialog, Good work :)
mIRC Snippet:
CupBot V0.02
Posted on Jan 24, 2006 1:40 pm
Posted on Jan 24, 2006 1:40 pm
how do u get this to work l am a new lol
mIRC Snippet:
Calculator
Posted on Jan 17, 2006 11:35 am
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
mIRC Snippet:
Power Information
Posted on Jan 17, 2006 11:31 am
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
mIRC Snippet:
Windows Start Menu ( mIRC )
Posted on Oct 24, 2005 9:00 pm
Posted on Oct 24, 2005 9:00 pm
Not bad clean and simple the way it should be .
mIRC Snippet:
Windows Start Menu ( mIRC )
Posted on Oct 24, 2005 1:56 pm
Posted on Oct 24, 2005 1:56 pm
Nevermind, it does now.
mIRC Snippet:
Windows Start Menu ( mIRC )
Posted on Oct 24, 2005 1:55 pm
Posted on Oct 24, 2005 1:55 pm
For some reason it\'s not working.






