News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Send a message to a IRC Channel when a post has been made?

Started by FounderSim, March 10, 2011, 01:37:13 AM

Previous topic - Next topic

FounderSim

Anyone got a mod that will send a link to a IRC Channel when a new post has been made on your forums giving URL to post?
oRPG Creator - Create Your Own Browser RPG With No Programming!!

live627


FounderSim

PHP can use sockets to connect to irc and send a message..
oRPG Creator - Create Your Own Browser RPG With No Programming!!

Aleksi "Lex" Kilpinen

You might be able to make a bot that follows your RSS, but that's not really an SMF mod, and I doubt there's any easy way to have SMF communicate with IRC directly...
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

FounderSim

Looks like i'll have to code one as everyone doesn't even think its possible. It must not exist. I'll just edit the subs.post file to connect to irc join channel and post the post link =)... ;]
oRPG Creator - Create Your Own Browser RPG With No Programming!!

Arantor

Sure it's possible, but it's not something I remember being requested before and it is a fairly niche feature.
Holder of controversial views, all of which my own.


Aleksi "Lex" Kilpinen

Yeah well, everything is possible - but just for example, the logic in this post
Quote from: FounderSim on March 10, 2011, 02:09:02 AM
I'll just edit the subs.post file to connect to irc join channel and post the post link =)... ;]
Doesn't really work - at least if you have a fairly busy forum ;) You can't make your forum connect and join each time for each topic... Most IRC servers wouldn't allow that to begin with, and then there's the nickname problem - that you can not have multiple instances of one nickname on any given network at one time, and so on... It's not as simple as it sounds as an idea.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF


Advertisement: