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

	<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>2012-07-29T10:28:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2012-07-24T18:35:25-04:00</updated>

		<published>2012-07-24T18:35:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99779#p99779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99779#p99779"/>
		<title type="html"><![CDATA[bind pub weather alert[solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99779#p99779"><![CDATA[
Excellent that has worked thank you SpiKe^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Tue Jul 24, 2012 6:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-07-24T18:27:28-04:00</updated>

		<published>2012-07-24T18:27:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99778#p99778</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99778#p99778"/>
		<title type="html"><![CDATA[try this:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99778#p99778"><![CDATA[
Try This:)<div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "% weather alert*" alert_proc  proc alert_proc { nick uhost hand chan arg } {   set text [join [lrange [split $arg] 2 end]]    puthelp "privmsg $chan :$text"  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Tue Jul 24, 2012 6:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2012-07-24T17:21:55-04:00</updated>

		<published>2012-07-24T17:21:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99777#p99777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99777#p99777"/>
		<title type="html"><![CDATA[bind pub weather alert[solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99777#p99777"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "% weather alert*" alert_proc  proc alert_proc { nick uhost hand chan arg } {   set text [lrange [split $arg] 0 end]    puthelp "privmsg $chan :$text"  }   </code></pre></div>Okay I have the above working only problem is I dont want the Weather Alert part relayed to the channel it currently shows this<br><br>&lt;user1&gt; Weather Alert Flood warn issued<br><br>i just want it to relay the text after Weather Alert text is not always the same<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Tue Jul 24, 2012 5:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2012-07-24T16:08:48-04:00</updated>

		<published>2012-07-24T16:08:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99776#p99776</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99776#p99776"/>
		<title type="html"><![CDATA[Re: bind pub weather alert]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99776#p99776"><![CDATA[
<blockquote class="uncited"><div>...<br>I want it to trigger on Weather Alert<br>...</div></blockquote><br>Experiment with pubm<br><div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "% weather alert*" alert_proc </code></pre></div>The trailing wildcard is probably necessary.<br><br>Ref:<br><a href="http://www.eggheads.org/support/egghtml/1.6.21/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br>and find:<br>bind pubm<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jul 24, 2012 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2012-07-29T10:28:53-04:00</updated>

		<published>2012-07-24T15:37:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99775#p99775</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99775#p99775"/>
		<title type="html"><![CDATA[bind pub weather alert[solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99775#p99775"><![CDATA[
Hey<br><br>How can I go about this I have a little code below<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- alert alert_procproc alert_proc { nick uhost hand chan arg } {  set text [lrange [split $arg] 0 end]    puthelp "privmsg $chan :$text"  }</code></pre></div>I want it to trigger on Weather Alert<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- Weather Alert alert_procproc alert_proc { nick uhost hand chan arg } {  set text [lrange [split $arg] 0 end]    puthelp "privmsg $chan :$text"  }</code></pre></div>If Weather Alert some txt is typed in the channel it will then message another channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Tue Jul 24, 2012 3:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
