<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10607" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-10-02T15:47:42-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10607</id>

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T15:47:42-04:00</updated>

		<published>2005-10-02T15:47:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56333#p56333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56333#p56333"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56333#p56333"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>this is not a mIRC script, so you can't use /amsg</div></blockquote>if the server allows multi targeting you could use:<br>puthelp "PRIVMSG [join [channels] ,] :text"<br>to emulate amsg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>theoretically, yes<br><br>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<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Oct 02, 2005 3:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-02T15:29:50-04:00</updated>

		<published>2005-10-02T15:29:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56329#p56329</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56329#p56329"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56329#p56329"><![CDATA[
<blockquote class="uncited"><div>this is not a mIRC script, so you can't use /amsg</div></blockquote>if the server allows multi targeting you could use:<br>puthelp "PRIVMSG [join [channels] ,] :text"<br>to emulate amsg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Oct 02, 2005 3:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank]]></name></author>
		<updated>2005-10-02T12:42:53-04:00</updated>

		<published>2005-10-02T12:42:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56316#p56316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56316#p56316"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56316#p56316"><![CDATA[
ok. thanks so far<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6800">frank</a> — Sun Oct 02, 2005 12:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T12:38:43-04:00</updated>

		<published>2005-10-02T12:38:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56315#p56315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56315#p56315"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56315#p56315"><![CDATA[
this is not a mIRC script, so you can't use /amsg<br><br>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<br><br>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<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Oct 02, 2005 12:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank]]></name></author>
		<updated>2005-10-02T11:53:24-04:00</updated>

		<published>2005-10-02T11:53:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56314#p56314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56314#p56314"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56314#p56314"><![CDATA[
yeah. great script. all working fine.<br><br>how 2 do amsg instead of chan msg?<br>replace feeds #chan with # or so?<br>or only replace privmsg with amsg code?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6800">frank</a> — Sun Oct 02, 2005 11:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T11:35:11-04:00</updated>

		<published>2005-10-02T11:35:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56311#p56311</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56311#p56311"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56311#p56311"><![CDATA[
<blockquote class="uncited"><div># set your feed(s) sources here: channel, poll frequency in mins, feed URL<br>#<br>#set feeds(#chan1) {17 <a href="http://www.osnews.com/files/recent.rdf" class="postlink">http://www.osnews.com/files/recent.rdf</a>}<br>#set feeds(#chan2) {11 <a href="http://news.google.com/news?ned=us&amp;topic=h&amp;output=rss" class="postlink">http://news.google.com/news?ned=us&amp;topic=h&amp;output=rss</a>}</div></blockquote>it will check (poll) every x minutes for updated headlines, and if such exist, it will announce them on channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Oct 02, 2005 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank]]></name></author>
		<updated>2005-10-02T11:27:07-04:00</updated>

		<published>2005-10-02T11:27:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56308#p56308</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56308#p56308"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56308#p56308"><![CDATA[
ah, thanks guy<br>[e]<br>set feeds(#chan) {2 <a href="http://url" class="postlink">http://url</a>}<br>-&gt; rss will be sent to #chan every 2 minutes?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6800">frank</a> — Sun Oct 02, 2005 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-02T11:24:49-04:00</updated>

		<published>2005-10-02T11:24:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56307#p56307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56307#p56307"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56307#p56307"><![CDATA[
to replace:<div class="codebox"><p>Code: </p><pre><code>puthelp "privmsg $chan :($idx) $title"</code></pre></div>with:<div class="codebox"><p>Code: </p><pre><code>puthelp "privmsg $chan :($idx) $title ($link)"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Oct 02, 2005 11:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank]]></name></author>
		<updated>2005-10-02T10:20:37-04:00</updated>

		<published>2005-10-02T10:20:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56304#p56304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56304#p56304"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56304#p56304"><![CDATA[
sure. but auto-paste didnt work. dont ask me why.<br><br>now i'm using <br> rssnews.tcl - RSS news announcer for eggdrop by <a href="mailto:demond@demond.net">demond@demond.net</a><br><br>works fine so far. but what do i have to do to add &lt;link&gt; after the displayed item title in irc?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6800">frank</a> — Sun Oct 02, 2005 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-10-02T09:24:30-04:00</updated>

		<published>2005-10-02T09:24:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56302#p56302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56302#p56302"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56302#p56302"><![CDATA[
Do a search on the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a> on 'rss' word and you'll find at least 3 scripts. Check demond's rss script..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Oct 02, 2005 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank]]></name></author>
		<updated>2005-10-02T06:30:04-04:00</updated>

		<published>2005-10-02T06:30:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56291#p56291</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56291#p56291"/>
		<title type="html"><![CDATA[Bringing News to irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56291#p56291"><![CDATA[
Hi,<br>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)<br><br>tried some rss scripts but didnt find the right one:<br>it should send NEW headlines to irc automatically (and by typting !news or sth). format: Newstext [linktonews]<br><br>thanks for help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6800">frank</a> — Sun Oct 02, 2005 6:30 am</p><hr />
]]></content>
	</entry>
	</feed>
