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

	<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>2011-01-18T11:52:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-01-18T11:52:34-04:00</updated>

		<published>2011-01-18T11:52:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95727#p95727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95727#p95727"/>
		<title type="html"><![CDATA[Repeating proc help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95727#p95727"><![CDATA[
Move the msg:chan proc and<div class="codebox"><p>Code: </p><pre><code>#Set the channel to advertise onset channame "#sa"#Set your advertising messageset advertmsg "it works"</code></pre></div>outside the pub:!spam proc and should work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jan 18, 2011 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-01-18T11:04:45-04:00</updated>

		<published>2011-01-18T11:04:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95726#p95726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95726#p95726"/>
		<title type="html"><![CDATA[Re: Repeating proc help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95726#p95726"><![CDATA[
channame exists only inside proc pub:!spam.<br><br>Add it as a global variable, in proc pub:!spam<br><div class="codebox"><p>Code: </p><pre><code>proc pub:!spam {nick host handle chan text} {global channame .....</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jan 18, 2011 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stephers]]></name></author>
		<updated>2011-01-18T01:13:47-04:00</updated>

		<published>2011-01-18T01:13:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95717#p95717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95717#p95717"/>
		<title type="html"><![CDATA[Repeating proc help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95717#p95717"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !spam  pub:!spamproc pub:!spam {nick host handle chan text} {if {[ishalfop $nick $chan] == 1 || [isop $nick $chan] == 1} {#Set the channel to advertise onset channame "#sa"#Set your advertising messageset advertmsg "it works"timer 1 msg:chanproc msg:chan {} {global channame advertmsgputhelp "PRIVMSG $channame :$advertmsg"timer 1 msg:chan}} else {puthelp "PRIVMSG $chan :BEEP"}}</code></pre></div>First timer goes off and then I receive this,<br>Error received: Cannot find channame variable.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11501">stephers</a> — Tue Jan 18, 2011 1:13 am</p><hr />
]]></content>
	</entry>
	</feed>
