/watch #channel

These are old archives. They are kept for historic purposes only.
Post Reply
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

/watch #channel

Post by WilliamWIkked »

Is there any kind of module that can alert all IRCops when someone opens/joins a certain channel? It does NOT need to know what's in that channel, that's spying, I simply want to know if the channel has been created, joined, parted, or deleted..

Why? I want to add certain suspicious botnet channels to it, so I can be alerted if they try to re-use the same channels.
[insert another cliche sig here.]
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: /watch #channel

Post by Jobe »

You could do something like that using a Denora module hooking all the events listed and sending a server notice on each, or even logging to a channel.
Your IP: Image
Your Country: Image
bluenzo
Posts: 4
Joined: Fri Dec 19, 2008 11:16 am

Re: /watch #channel

Post by bluenzo »

I would use joinpartsno.c aka Join/Park Snomask module...
It adds a snomask for opers +J, and notifies you when someone joins/part's a room...
If no1 makes a module, you could always use this, then use a script to parse it...
Example notification:
-irc.server.net- nick ([email protected]) joined #Test

Ex in mIRC:
if (($3 == joined) && ($4 == #Botnet)) { commands }

Just a suggestion :p
Post Reply