<?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/12713" />

	<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>2006-12-25T10:37:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pipo]]></name></author>
		<updated>2006-12-25T10:37:40-04:00</updated>

		<published>2006-12-25T10:37:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69228#p69228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69228#p69228"/>
		<title type="html"><![CDATA[change echo line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69228#p69228"><![CDATA[
Ok that works, thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Now is it possible to echo new uploads that starts for example with VA in the announce line to a second channel?<br><br>example sitebot announce: <br><br>[NEW][SECTION] New Upload: releasename.group by user<br><br>Gets echo-ed to #channel2 only<br><br><br>[NEW][SECTION] New Upload: VA.releasename.group by user<br><br>gets echo-ed to #channel2 and #channel3 <br><br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8399">pipo</a> — Mon Dec 25, 2006 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-11-19T22:59:57-04:00</updated>

		<published>2006-11-19T22:59:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68246#p68246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68246#p68246"/>
		<title type="html"><![CDATA[change echo line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68246#p68246"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - {#channel1 [NEW]*} echoproc echo {nick uhost handle channel text} { if {($nick == "nick")} {   set text [regsub {^\[NEW\]} $text ""]   set sect [lindex [split $text] 0]   set text [join [lrange [split $text] 1 end]]   putserv "privmsg #channel2 :\[NEW\] $text $sect" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 19, 2006 10:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Justdabomb2]]></name></author>
		<updated>2006-11-19T21:47:59-04:00</updated>

		<published>2006-11-19T21:47:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68243#p68243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68243#p68243"/>
		<title type="html"><![CDATA[change echo line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68243#p68243"><![CDATA[
what is up with this?<br><br> bind pubm - <span style="color:olive">{#channel1 [NEW]*]</span> echo<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8244">Justdabomb2</a> — Sun Nov 19, 2006 9:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pipo]]></name></author>
		<updated>2006-11-18T15:04:32-04:00</updated>

		<published>2006-11-18T15:04:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68194#p68194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68194#p68194"/>
		<title type="html"><![CDATA[change echo line]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68194#p68194"><![CDATA[
When a new upload is announce on my sitechannel, my bot is echo-ing it to my friends channel.<br><br>Now I want to change the line that the bot is echo-ing<br><br>Sitebot announce like this:<br><br>[NEW][SECTION] New Upload: releasename.group by user<br><br>I want to echo it like this:<br><br>[NEW] New Upload: releasename.group by user [SECTION]<br><br><br>The code I use:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - {#channel1 [NEW]*] echo proc echo {nick uhost handle channel text} {  if {($nick == "nick")} {    putserv "privmsg #channel2 :$text"  } }</code></pre></div>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8399">pipo</a> — Sat Nov 18, 2006 3:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
