Hi,
I'm searching for a simple script that brings my page's news to irc. dont actually have an rss feed but that shouldnt be a problem. (easiest way imo)
tried some rss scripts but didnt find the right one:
it should send NEW headlines to irc automatically (and by typting !news or sth). format: Newstext [linktonews]
and it's designed to serve each channel with a different feed; if you want the same feed on all channels, then configure all channels with the same feed, although this doesn't make much sense
of course, that effect can be achieved via replacing the single output line with a loop by [channels], which I wouldn't recommend, the bot might flood itself out of irc if there are too many announcements
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use
demond wrote:this is not a mIRC script, so you can't use /amsg
if the server allows multi targeting you could use:
puthelp "PRIVMSG [join [channels] ,] :text"
to emulate amsg
theoretically, yes
practically, no - unless you parse 005 ISUPPORT on connect for TARGETS (not to mention those are in different format for several major ircds); eggdrop by itself doesn't support 005 as mIRC does - one of its flaws
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use