mIRC Snippet:
Custom Whois Window & Mass Whois
Posted on Apr 17, 2008 6:57 am
Posted on Apr 17, 2008 6:57 am
hmm i think that the mwhois alias will get you exxess flood
Profile:
eL^Topo
Posted on Mar 22, 2008 1:51 pm
Posted on Mar 22, 2008 1:51 pm
woha telika oloi ellines edw:D
mIRC Snippet:
Convert Characters to ASC codes
Posted on Mar 18, 2008 1:39 pm
Posted on Mar 18, 2008 1:39 pm
thanks mountaindew:)
mIRC Snippet:
SpellChecker
Posted on Mar 15, 2008 3:29 pm
Posted on Mar 15, 2008 3:29 pm
oups remove var %x = $numtok(%sc.corr,32) for the alias. Sorry My Bad!
mIRC Snippet:
SpellChecker
Posted on Mar 15, 2008 3:28 pm
Posted on Mar 15, 2008 3:28 pm
| Code: |
alias toke { dialog -m core core tokenize 32 %sc.corr var %x = $numtok(%sc.corr,32) did -a core 1 $* } dialog core { title "Correction" size -1 -1 103 38 option dbu combo 1, 10 3 85 50, size drop button "Correct it!", 2, 32 19 37 12 } on *:dialog:core:sclick:2: //say $replacex($1-,sc.word,$did(1)) |
what about this? and add a "/toke %sc.corr" under %sc.msg Sorry, $qt(4 $+ %sc.word $+ ) is spelled 4incorrectly. Here's some suggestions: %sc.corr ???
mIRC Snippet:
YouTube Video Searcher
Posted on Mar 15, 2008 3:05 pm
Posted on Mar 15, 2008 3:05 pm
Added: "not working"
URL: "not working"
try it mountendew
if you fix this 11/10:)
URL: "not working"
try it mountendew
if you fix this 11/10:)
mIRC Snippet:
Mp3 Player again
Posted on Mar 15, 2008 2:44 pm
Posted on Mar 15, 2008 2:44 pm
thank you RCA:) i also added the menu channel thingy:)
mIRC Snippet:
Mass Modes
Posted on Mar 14, 2008 10:20 am
Posted on Mar 14, 2008 10:20 am
Lindrian Thanks!
napa %a is set to 0 so while will not work. *think*
napa %a is set to 0 so while will not work. *think*
mIRC Snippet:
YouTube Video Searcher
Posted on Mar 1, 2008 3:44 am
Posted on Mar 1, 2008 3:44 am
woha! good job mountaindew 11/10 from me:P lol!
mIRC Snippet:
Broken Identd
Posted on Feb 19, 2008 12:12 pm
Posted on Feb 19, 2008 12:12 pm
you can use $gettok($1-,15,32) too but i did it with $regex:)
mIRC Snippet:
Simple Away Script
Posted on Jan 25, 2008 1:59 pm
Posted on Jan 25, 2008 1:59 pm
why not :
Alias away {
if ($away == $false) {
;rest of commands
?
Alias away {
if ($away == $false) {
;rest of commands
?
mIRC Snippet:
Little away without dialog
Posted on Jan 7, 2008 2:11 pm
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 } |
mIRC Snippet:
!bot commands
Posted on Jan 7, 2008 2:05 pm
Posted on Jan 7, 2008 2:05 pm
if ($nick == $2) { .mode # -o $nick } this is useless :)
shorter and doing the same thing:)
| Code: |
| on @*:TEXT:!voice*:#:{ if ($nick !isop #) { halt } if ($2 ison $chan) { .mode # +v $2- | halt } } |
shorter and doing the same thing:)
mIRC Snippet:
Ciddeon's Notice Attacks
Posted on Jan 7, 2008 1:56 pm
Posted on Jan 7, 2008 1:56 pm
well, this is a notice script with /me's?
mIRC Snippet:
Fast Channel Stats
Posted on Jan 7, 2008 1:50 pm
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
}
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
}
mIRC Snippet:
!10sn nuke
Posted on Jan 6, 2008 4:58 am
Posted on Jan 6, 2008 4:58 am
on *:kick:#: {
if ($knick == $me) { /join # }
}
I Think this is better:)
AnyWay Gppd Job:)
if ($knick == $me) { /join # }
}
I Think this is better:)
AnyWay Gppd Job:)
Profile:
jamaicanos
Posted on Jan 4, 2008 6:04 am
Posted on Jan 4, 2008 6:04 am
thanks file m:) ne kai esi ise o monos ellinas p vlepw edw:)
mIRC Snippet:
Uptime
Posted on Dec 30, 2007 4:47 am
Posted on Dec 30, 2007 4:47 am
i thing that $uptime(system,2) and $uptime(mirc,2) is better..




