Search found 3 matches
- May 21st, 2009, 3:01 pm
- Forum: Post-Processing Scripts
- Topic: Send Events to IRC
- Replies: 9
- Views: 16678
Re: Send Events to IRC
yeah, its probably not the best solution, but I am on a private IRC network (that I run) so I don't mind it. If you're looking for a cleaner solution, check out this thread: http://forums.sabnzbd.org/index.php?topic=1353.0 There is a eggdrop script that can connect to sabnzbd. I'm sure it would be ...
- May 11th, 2009, 10:41 am
- Forum: Post-Processing Scripts
- Topic: Send Events to IRC
- Replies: 9
- Views: 16678
Re: Send Events to IRC
Alright, Most of this code was stolen from another website, I just adapted it a little bit. Basically, it connect to an IRC server, waits for a response from nickserv then sends a few commands to a bot living on a channel. It can either be an eggdrop bot or any other bot that supports the "say...
- May 8th, 2009, 11:33 am
- Forum: Post-Processing Scripts
- Topic: Send Events to IRC
- Replies: 9
- Views: 16678
Re: Send Events to IRC
This isn't too hard of a task. Just out of curiosity, I have created a php script that connects to IRC and then tells a bot to say something on the channel. There are plenty of tutorials on how to connect to IRC using PHP, perl, or any other language out there and its not very hard. It took about ...