mIRC Snippet:
AwAy script
Posted on Jun 24, 2008 5:19 am
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
mIRC Snippet:
Services Bot Auto Join
Posted on Jun 23, 2008 4:24 pm
Posted on Jun 23, 2008 4:24 pm
o shoot you might wanna remove some of themm : where it says !cmd :
mIRC Snippet:
Unban All
Posted on Jun 13, 2008 7:41 pm
Posted on Jun 13, 2008 7:41 pm
change this :
unbanall {
if ($me !isop #) { echo -a * You are not oped in # | halt }
if ($ibl(#,0) == 0) { echo 12 -a * No bans to unset | halt }
var %u = $ibl(#,0)
while (%u > 0) {
dec %u
inc %t
var %ban = %ban $ibl(#,%u)
if (%t == $modespl) {
mode # - $+ $str(b,$modespl) %ban
unset %t %ban
}
}
mode # - $+ $str(b,$modespl) %ban
to this :
unbanall {
if ($me !isop #) { echo -a * You are not oped in # | halt }
if ($ibl(#,0) == 0) { echo 12 -a * No bans to unset | halt }
var %u = $ibl(#,0)
while (%u > 0) {
;dec %u
inc %t
var %ban = %ban $ibl(#,%u)
if (%t == $modespl) {
mode # - $+ $str(b,$modespl) %ban
unset %t %ban
dec %u
}
}
mode # - $+ $str(b,$modespl) %ban
}
all that as changed/moved is the line : dec %u
unbanall {
if ($me !isop #) { echo -a * You are not oped in # | halt }
if ($ibl(#,0) == 0) { echo 12 -a * No bans to unset | halt }
var %u = $ibl(#,0)
while (%u > 0) {
dec %u
inc %t
var %ban = %ban $ibl(#,%u)
if (%t == $modespl) {
mode # - $+ $str(b,$modespl) %ban
unset %t %ban
}
}
mode # - $+ $str(b,$modespl) %ban
to this :
unbanall {
if ($me !isop #) { echo -a * You are not oped in # | halt }
if ($ibl(#,0) == 0) { echo 12 -a * No bans to unset | halt }
var %u = $ibl(#,0)
while (%u > 0) {
;dec %u
inc %t
var %ban = %ban $ibl(#,%u)
if (%t == $modespl) {
mode # - $+ $str(b,$modespl) %ban
unset %t %ban
dec %u
}
}
mode # - $+ $str(b,$modespl) %ban
}
all that as changed/moved is the line : dec %u
mIRC Snippet:
whois script
Posted on Jun 7, 2008 2:28 am
Posted on Jun 7, 2008 2:28 am
* No such identifier: $e
mIRC Snippet:
Bot away script
Posted on Mar 1, 2008 4:14 pm
Posted on Mar 1, 2008 4:14 pm
I don't really see the point of adding this code to a bot, when it only allows %owner to use it, whynot just have a remote loaded in your client?
mIRC Snippet:
whois script
Posted on Feb 25, 2008 7:26 am
Posted on Feb 25, 2008 7:26 am
notices the nick that triggers it so only that person sees it change yourserver to the server your on i.e. chatblah.com
| Code: |
on *:text:*.w*:#: { if (%Whois.antispam != $null) { halt } else { set -u30 %Whois.antispam activated set %snick $nick whois $2 | halt } } raw 311:*:{ .notice %snick [12W7hois1] | .notice %snick 4·12Nickname:7 $2 | .notice %snick 4·12Name:7 $6- | .notice %snick 4·12Identity:7 $3 | .notice %snick 4·12Host:7 $4 | .halt } raw 307:*:{ .notice %snick 4·12Registered:7 Yes | .halt } raw 319:*:{ .notice %snick 4·12Channels:7 $3- | .halt } raw 312:*:{ .notice %snick 4·12Server:7 $3 | .notice %snick 4·12Description:7 $4- | .halt } raw 328:*:{ .notice %snick 4·12IP:7 $7- | halt } raw 317:*:{ .notice %snick 4·12Idle Time:7 $replace($duration($3),wks,wks,wk,week,hrs,hrs,hr,hr,mins,mins,min,mim,secs,secs,sec,sec,days,days,day,day) | .notice %snick 5·12SignOn:7 $asctime($4) | .halt } raw 418:*:{ .notice %snick $e $+ 7 $3- | .halt } raw 318:*:{ .notice %snick $e $+ [12E7nd 12o7f 12W7hois1] | .halt } raw 313:*:{ .notice %snick 4·12IRCop:7 $5- | .halt } raw 308:*:{ .notice %snick 4·12Service Agent:7 Yes | .halt } raw 310:*:{ if (yourserver isin $server) { .notice %snick 4·12Service:7 Yes | halt } | else { .notice %snick 4·12Helpful:7 $3- | .halt } } raw 309:*:{ .notice %snick 4·12Language:7 $3- | .halt } raw 325:*:{ .notice %snick 4·12Language Filter: 7 $+ $3- | .halt } raw 301:*:{ .notice %snick 4·12Away:7 $3- | .halt } raw 333:*:{ .notice %snick [Topic] Set By: $+ $3 $rc(]-[) $+ $asctime($4,dddd) $+ , $asctime($4,mmmm doo) at $asctime($4,h:nn:sstt) | halt } |














