Spybot
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.8 |
| Scores Submitted | 4 |
| Date Added | Dec 19, 2005 |
| Last Updated | Dec 23, 2005 |
| Tags | spy |
|
|
Introduction
mIRC Snippet:
Spybot
Posted on Dec 19, 2005 11:33 am
Posted on Dec 19, 2005 11:33 am
The goto & halt commands are not needed. Also use /join instead of /j.
Your on join & on part commands should be like this
on !*:JOIN:%spy: msg %spy2 $time 3Joins: $nick %spy
on *:PART:%spy: {
If ($nick == $me) {
set %kspy off
msg $chan Leaving $chan Turning Off System
}
else msg %spy2 $time 3Parts: $nick $chan
}
Your on join & on part commands should be like this
on !*:JOIN:%spy: msg %spy2 $time 3Joins: $nick %spy
on *:PART:%spy: {
If ($nick == $me) {
set %kspy off
msg $chan Leaving $chan Turning Off System
}
else msg %spy2 $time 3Parts: $nick $chan
}




