Protect Protection
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 (of 1 scores) |
| Date Added | Apr 04, 2008 |
| Last Updated | Apr 04, 2008 |
Introduction
mIRC Snippet:
Protect Protection
Posted on Apr 4, 2008 1:59 pm
Posted on Apr 4, 2008 1:59 pm
on !*:rawmode:#:{ would take care of the if ($nick == $me) { halt }
mIRC Snippet:
Protect Protection
Posted on Jun 4, 2009 6:45 pm
Posted on Jun 4, 2009 6:45 pm
How would I set this to auto do it on all channels without having to set it in all of them?
mIRC Snippet:
Protect Protection
Posted on Jun 28, 2009 1:17 pm
Posted on Jun 28, 2009 1:17 pm
you just set it for on or off, it's for all channels.
and if u dont want to set to make it always set on just:
on *:rawmode:#: {
if (-a isin $1-) && ($me isin $1-) {
if ($nick == $me) { halt }
else {
cs protect # $me
}
}
}
and if u dont want to set to make it always set on just:
on *:rawmode:#: {
if (-a isin $1-) && ($me isin $1-) {
if ($nick == $me) { halt }
else {
cs protect # $me
}
}
}



