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

	<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>2001-11-19T19:12:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-19T19:12:00-04:00</updated>

		<published>2001-11-19T19:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1795#p1795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1795#p1795"/>
		<title type="html"><![CDATA[Is there....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1795#p1795"><![CDATA[
Thanks to both of you, I'll read in the doc and see what happens!<br><br>Otterboyy<p>Statistics: Posted by Guest — Mon Nov 19, 2001 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-18T12:01:00-04:00</updated>

		<published>2001-11-18T12:01:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1761#p1761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1761#p1761"/>
		<title type="html"><![CDATA[Is there....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1761#p1761"><![CDATA[
blaster^ - This would require the use of pubm no matter what. Read tcl-commands.doc and it states that the command for pub is not a mask, as is only taken as the first work in the string.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Nov 18, 2001 12:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-18T06:38:00-04:00</updated>

		<published>2001-11-18T06:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1747#p1747</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1747#p1747"/>
		<title type="html"><![CDATA[Is there....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1747#p1747"><![CDATA[
try something like :<br><br>bind pub - "*keyword*" some_proc<br>proc some_proc { nick uhost handle channel text } {<br>  set i [lsearch -glob "*keyword*" $text] <br>  putserv "PRIVMSG #channel :[lindex $text [expr $i + 1] end]"<br>}<br><br>if you want restrict to 1 channel, use pubm <br>see tcl-commands.doc<p>Statistics: Posted by Guest — Sun Nov 18, 2001 6:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-16T14:15:00-04:00</updated>

		<published>2001-11-16T14:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1707#p1707</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1707#p1707"/>
		<title type="html"><![CDATA[Is there....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1707#p1707"><![CDATA[
First, let me say that I'm just trying to learn tcl. I have no programming experience at all so this should be interesting. <br>Unfortunately, I have a need for a script that when a keyword is said in channel (say *outage*) that the script then takes the rest of the string after *outage* and pvt messages everyone in channel.<br><br>is there a script for this?<br>if not would it be very difficult to write?<br><br>I appreciate all the input on this.<br><br>Otterboyy<p>Statistics: Posted by Guest — Fri Nov 16, 2001 2:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
