]-[ellBot ChanSpy
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 10.0 (of 1 scores) |
| Date Added | Jun 19, 2009 |
| Last Updated | Jun 19, 2009 |
| Tags | channel hellhound spy spybot |
Introduction

mIRC Snippet:
]-[ellBot ChanSpy
Posted on Jun 20, 2009 9:09 am
Posted on Jun 20, 2009 9:09 am
Same principal as a @window logger!! And most IRC scripts have it..But nice code!
mIRC Snippet:
]-[ellBot ChanSpy
Posted on Jun 20, 2009 11:54 am
Posted on Jun 20, 2009 11:54 am
@IRCchainScriptz, This script was actually something I had made for a server owner so they could keep tabs on room their not in by having a bot in it. And it sends all the lines, the ops, deops, messages, actions, and such, to one room. :] It took me some time for the actual color and testing, and to find a part where it was actually only the bot talking and showing room "spy" messages and not the bot users. But that's for the good comment! :]
mIRC Snippet:
]-[ellBot ChanSpy
Posted on Jun 21, 2009 5:41 am
Posted on Jun 21, 2009 5:41 am
One small mistake...
Mistake: if ($chan = #) {
Correct: if ($chan == #) {
Mistake: if ($chan = #) {
Correct: if ($chan == #) {
mIRC Snippet:
]-[ellBot ChanSpy
Posted on Jun 22, 2009 12:07 am
Posted on Jun 22, 2009 12:07 am
Maybe:
Better do ex: #channel
Ex: on *:text:#channel:{ (etc)
Sorry i just give 1 example. /me feel lazy to rewrite it. :)
Better do ex: #channel
Ex: on *:text:#channel:{ (etc)
Sorry i just give 1 example. /me feel lazy to rewrite it. :)
mIRC Snippet:
]-[ellBot ChanSpy
Posted on Jun 22, 2009 1:48 am
Posted on Jun 22, 2009 1:48 am
You can use one = or == they're the same difference.










