mIRC Snippet:
Op Halfop Voice Thanks and Counter V1.3
Posted on Nov 28, 2007 8:45 pm
Posted on Nov 28, 2007 8:45 pm
It gets triggered off when anyone gets op/halfop/voice. <--- Still Happens:
(12:40:15) * [_Tom_] sets mode: +v Decimate
(12:40:15) <%[-Tom`MIRC-]> @ Thanks For The Voice [_Tom_]! I have been Voiced 8 times!
(12:40:15) * [_Tom_] sets mode: +v Decimate
(12:40:15) <%[-Tom`MIRC-]> @ Thanks For The Voice [_Tom_]! I have been Voiced 8 times!
mIRC Snippet:
Fun actions
Posted on Jun 3, 2007 1:49 pm
Posted on Jun 3, 2007 1:49 pm
^^ just passing dont even look at me looooooooool i liked it >:D good work
mIRC Snippet:
Op Halfop Voice Thanks and Counter V1.3
Posted on Jun 2, 2007 3:52 pm
Posted on Jun 2, 2007 3:52 pm
| Code: |
| on *:op:#: { if ($opnick == $me) inc %opcount | msg # Thanks for the Op $nick $+ ! I have been Opped %opcount times! on *:help:#: { if ($hnick == $me) inc %hcount | msg # Thanks for the Halfop $nick $+ ! I have been Halfopped %hcount times! on *:voice:#: { if ($vnick == $me) inc %vcount | msg # Thanks for the Voice $nick $+ ! I have been Voiced %vcount times! |
This is the most cleanest code, You don't need "else" if the only thing it does is halt's - it does by itself and mIRC has to read more for nothing. Hope You get it :)
mIRC Snippet:
Personal Greets (for bots)
Posted on Jun 2, 2007 3:48 pm
Posted on Jun 2, 2007 3:48 pm
found a bug once u turn the script on it turns off
mIRC Snippet:
Personal Greets (for bots)
Posted on Jun 2, 2007 3:44 pm
Posted on Jun 2, 2007 3:44 pm
testing
mIRC Snippet:
Personal Greets (for bots)
Posted on Apr 18, 2007 5:50 pm
Posted on Apr 18, 2007 5:50 pm
Or... you could just make
on *:join:#(channame):{ notice $nick etcetc }
>_>
on *:join:#(channame):{ notice $nick etcetc }
>_>
mIRC Snippet:
Auto voice
Posted on Jan 26, 2007 9:45 am
Posted on Jan 26, 2007 9:45 am
Thanks DarthReven, Updated.
mIRC Snippet:
Auto voice
Posted on Jan 25, 2007 5:54 pm
Posted on Jan 25, 2007 5:54 pm
Better then "%A-V $+ [ $+ $chan $+ ]" lets use "$($+(A-V,$chan),2)" makes the code alot cleaner
mIRC Snippet:
Auto voice
Posted on Jan 25, 2007 2:40 pm
Posted on Jan 25, 2007 2:40 pm
Yea weaver I could just, but I like extra :P
mIRC Snippet:
Auto voice
Posted on Jan 24, 2007 4:43 pm
Posted on Jan 24, 2007 4:43 pm
you dont even need the elseif at the end
mIRC Snippet:
Auto voice
Posted on Jan 24, 2007 1:09 pm
Posted on Jan 24, 2007 1:09 pm
I would make it: (dunno if its correct)
on @:TEXT:!avoice*:#:{
if ($2 == on) { set %A-V $+ [ $+ $chan $+ ] on }
if ($2 == off) { unset %A-V $+ [ $+ $chan $+ ] }
}
on *:JOIN:#:{
if (%A-V $+ [ $+ $chan $+ ] == on) mode $chan +v $nick }
else if ( %A-V $+ [ $+ $chan $+ ] == $null) halt }
}
on @:TEXT:!avoice*:#:{
if ($2 == on) { set %A-V $+ [ $+ $chan $+ ] on }
if ($2 == off) { unset %A-V $+ [ $+ $chan $+ ] }
}
on *:JOIN:#:{
if (%A-V $+ [ $+ $chan $+ ] == on) mode $chan +v $nick }
else if ( %A-V $+ [ $+ $chan $+ ] == $null) halt }
}
mIRC Snippet:
Auto voice
Posted on Jan 24, 2007 1:02 pm
Posted on Jan 24, 2007 1:02 pm
Yea well I thought that aswell but it seemed to work in another script so why not do it here.
mIRC Snippet:
Auto voice
Posted on Jan 24, 2007 12:07 pm
Posted on Jan 24, 2007 12:07 pm
I have no clue here, but shoudnt there be a opening bracket and a closing one at 'if statements'? (dont flame me, were here to learn after all :x)
mIRC Snippet:
Better whois lookup
Posted on Dec 27, 2006 4:27 pm
Posted on Dec 27, 2006 4:27 pm
I like it but If you know how you can add common channel :D It will be even better...keep the good work
mIRC Snippet:
Away System V1.2
Posted on Dec 24, 2006 11:54 am
Posted on Dec 24, 2006 11:54 am
Reconfigured back to alias and added Away reason rememberal.
mIRC Snippet:
Better whois lookup
Posted on Dec 20, 2006 3:01 pm
Posted on Dec 20, 2006 3:01 pm
Very Nice Script.
mIRC Snippet:
Fun temp ban script
Posted on Dec 18, 2006 10:41 am
Posted on Dec 18, 2006 10:41 am
elseif $(nick($chan,$nick,oh)) { <-- ($nick($chan,$nick,oh)) ?
has a missing bracket
}
}
on *:unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
} <-- it needs to be:
on *:UNBAN:#:(notice space here, better for the mirc. ;)) {
if ($bnick) { .notice $bnick You have been unbanned from $chan }
}
Also, I don't see why it would work at all, missing brackets...
Where does $bnick come from? i don't see an alias with return.....
has a missing bracket
}
}
on *:unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
} <-- it needs to be:
on *:UNBAN:#:(notice space here, better for the mirc. ;)) {
if ($bnick) { .notice $bnick You have been unbanned from $chan }
}
Also, I don't see why it would work at all, missing brackets...
Where does $bnick come from? i don't see an alias with return.....
mIRC Snippet:
Better whois lookup
Posted on Dec 17, 2006 1:34 pm
Posted on Dec 17, 2006 1:34 pm
Thanksss.
mIRC Snippet:
Fun temp ban script
Posted on Dec 17, 2006 1:33 pm
Posted on Dec 17, 2006 1:33 pm
I see no difference between my version and your version of the unban part.
mIRC Snippet:
Fun temp ban script
Posted on Dec 17, 2006 11:54 am
Posted on Dec 17, 2006 11:54 am
on *:TEXT:!Volcano*:#: {
if ($nick isop $chan) || ($nick ishop $chan) {
if (!$nick($chan,$2)) {
.notice $nick $2 isn't on $chan
}
elseif ($3 !isnum) {
.notice $nick The time for the ban is invalid, it must be a number.
}
elseif (!$4) {
.notice $nick Please put a reason.
}
elseif ($nick($chan,$2,oh)) {
notice $nick I will not use this command on Ops and Halfops
}
elseif $(nick($chan,$nick,oh)) {
inc %kcount
ban $+(-,ku,$calc($3 * 60)) $chan $2 3 4 $2 is thrown inside a volcano! BURN IN HELL - 5Noobs burnt:4 ( $+ %kcount $+ )
.notice $2 You have been banned from $chan for $3 minutes Reason: $4- - $3
}
}
on *:unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
}
-----
has a missing bracket
}
}
on *:unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
}
if ($nick isop $chan) || ($nick ishop $chan) {
if (!$nick($chan,$2)) {
.notice $nick $2 isn't on $chan
}
elseif ($3 !isnum) {
.notice $nick The time for the ban is invalid, it must be a number.
}
elseif (!$4) {
.notice $nick Please put a reason.
}
elseif ($nick($chan,$2,oh)) {
notice $nick I will not use this command on Ops and Halfops
}
elseif $(nick($chan,$nick,oh)) {
inc %kcount
ban $+(-,ku,$calc($3 * 60)) $chan $2 3 4 $2 is thrown inside a volcano! BURN IN HELL - 5Noobs burnt:4 ( $+ %kcount $+ )
.notice $2 You have been banned from $chan for $3 minutes Reason: $4- - $3
}
}
on *:unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
}
-----
has a missing bracket
}
}
on *:unban:#:{
if $bnick { .notice $bnick You have been unbanned from $chan }
}
}









