MY LITTLE PROTECTION
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Jan 05, 2008 |
| Last Updated | Jan 06, 2008 |
| Tags | protect protecton snippet termyte |
Introduction
My names as always:Easy, but works. :)
I hope you will like my script.
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 5, 2008 8:49 am
Posted on Jan 5, 2008 8:49 am
Any comments? :)
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 5, 2008 9:04 am
Posted on Jan 5, 2008 9:04 am
Smth is wrong.Please help.
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 5, 2008 9:15 am
Posted on Jan 5, 2008 9:15 am
Yes i will comment i didnt test this but i dont really need to i can see flaws.First thing is u dotn need to set anything for either a kick or a ban for kick you can use $knick so its if ($knick == $me) { do this do that Same with the BAN but its $bnick instead if ($bnick == $me) { do this do that.Also your not kicking anything replace $2 with $nick an with your address ban use the same $address($nick,2) with the ban one you need to do the same but this is set up for a nickname ban so they ban your nickname you want to unban your nick name use mode $chan -b $bnick other wise you need to use $banmask Ill use this as an example:
on *:BAN:*: {
if ($bnick == $me) {
if ($banmask iswm $address($me,5)) {
mode $chan -b $bnick
mode $chan -b $banmask
kick $nick byebye >)
}
}
}
Bye adding both the $me and the $banmask you can unban both your nickname an your host.Also you hev bracket issues theres a 9 where a ( should be.So you replace teh var with $knick an $bnick add $banmask and fix the kick an ban targets an you should be good to go.`-.-´
on *:BAN:*: {
if ($bnick == $me) {
if ($banmask iswm $address($me,5)) {
mode $chan -b $bnick
mode $chan -b $banmask
kick $nick byebye >)
}
}
}
Bye adding both the $me and the $banmask you can unban both your nickname an your host.Also you hev bracket issues theres a 9 where a ( should be.So you replace teh var with $knick an $bnick add $banmask and fix the kick an ban targets an you should be good to go.`-.-´
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 5, 2008 9:19 am
Posted on Jan 5, 2008 9:19 am
Hope that makes sense im dealin with my server not lettin people connect atm so if you hev any questions or im unclear please say so.`-.-´
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 3:40 am
Posted on Jan 6, 2008 3:40 am
on *:BAN:*: {
if ($bnick == $me) {
if ($banmask iswm $address($me,5)) {
mode $chan -b $bnick
mode $chan -b $banmask
kick $nick byebye >)
}
}
}
- I have question -
Why you have three
}
}
}
?
if ($bnick == $me) {
if ($banmask iswm $address($me,5)) {
mode $chan -b $bnick
mode $chan -b $banmask
kick $nick byebye >)
}
}
}
- I have question -
Why you have three
}
}
}
?
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 3:41 am
Posted on Jan 6, 2008 3:41 am
and for bonus need use # ,not $chan !
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 4:34 am
Posted on Jan 6, 2008 4:34 am
on *:BAN:*: {<---------
if ($bnick == $me) {<--------
if ($banmask iswm $address($me,5)) {<----------
mode $chan -b $bnick
mode $chan -b $banmask
kick $nick byebye >)
}
}
}
- I have question -
Why you have three
}
}
}
?
3 open {{{ brackets therefor 3 closing }}}
:)
if ($bnick == $me) {<--------
if ($banmask iswm $address($me,5)) {<----------
mode $chan -b $bnick
mode $chan -b $banmask
kick $nick byebye >)
}
}
}
- I have question -
Why you have three
}
}
}
?
3 open {{{ brackets therefor 3 closing }}}
:)
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 6:25 am
Posted on Jan 6, 2008 6:25 am
@ BourneIdent187 ,Thats correct.Open 3 close 3.`-.-´
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 8:48 am
Posted on Jan 6, 2008 8:48 am
@TermYT3 Ive had problems using # so technically it is safer to use $chan
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 9:02 am
Posted on Jan 6, 2008 9:02 am
Well i have edit my script, but i dont change # to $chan.I dont know - this script works or no.
mIRC Snippet:
MY LITTLE PROTECTION
Posted on Jan 6, 2008 9:10 am
Posted on Jan 6, 2008 9:10 am
EDIT: All works, found mistake.:)





