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

	<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>2004-04-02T13:08:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[indigo]]></name></author>
		<updated>2004-04-02T13:08:13-04:00</updated>

		<published>2004-04-02T13:08:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35158#p35158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35158#p35158"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35158#p35158"><![CDATA[
sorry for my foolish questions... i'll try and read the document again and in more detail <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4681">indigo</a> — Fri Apr 02, 2004 1:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-04-02T13:06:21-04:00</updated>

		<published>2004-04-02T13:06:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35157#p35157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35157#p35157"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35157#p35157"><![CDATA[
Check the end of tcl-commands.doc...<blockquote class="uncited"><div>?  matches any single character<br>*  matches 0 or more characters of any type<br>%  matches 0 or more non-space characters (can be used to match a single word)<br>~  matches 1 or more space characters (can be used for whitespace between words)</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Apr 02, 2004 1:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo]]></name></author>
		<updated>2004-04-02T12:43:00-04:00</updated>

		<published>2004-04-02T12:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35156#p35156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35156#p35156"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35156#p35156"><![CDATA[
so % is a wildcard in tcl? and i can type %hello% to fetch any sentence containing hello? ok <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>[update]<br><br>hello% seems to work, but 'how%doing' doesn't when i type 'how are you doing' ... what's up with that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4681">indigo</a> — Fri Apr 02, 2004 12:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-04-02T10:10:27-04:00</updated>

		<published>2004-04-02T10:10:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35152#p35152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35152#p35152"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35152#p35152"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "hello little bot" pub:bot</code></pre></div></div></blockquote><blockquote class="uncited"><div>The mask is matched against <strong class="text-strong">the channel name followed by the text</strong> and can contain wildcards.</div></blockquote> ...so try including a % to match any channel name, or include the name of the channel you want the script to work in.<div class="codebox"><p>Code: </p><pre><code>bind pubm - "% hello little bot" pub:bot</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Apr 02, 2004 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo]]></name></author>
		<updated>2004-04-02T07:43:53-04:00</updated>

		<published>2004-04-02T07:43:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35151#p35151</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35151#p35151"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35151#p35151"><![CDATA[
i'll do that, thx for the pointer<br><br>[edit]<br><br>i tried <br><div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "hello little bot" pub:botproc pub:bot {nick host handle chan arg} {putquick "PRIVMSG $chan :hello to you too" }</code></pre></div>but it doesn't seem to do the trick, what did i do wrong? oh yeah, already tried replacing pub:bot with pubm:bot ... i don't know how that affects tcl, but it doesn't work either...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4681">indigo</a> — Fri Apr 02, 2004 7:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2004-04-02T05:09:31-04:00</updated>

		<published>2004-04-02T05:09:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35150#p35150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35150#p35150"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35150#p35150"><![CDATA[
<blockquote class="uncited"><div>can anyone help me? :+</div></blockquote>Read the difference between a PUB binding and a PUBM binding in tcl-commands.doc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Fri Apr 02, 2004 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo]]></name></author>
		<updated>2004-04-02T03:10:52-04:00</updated>

		<published>2004-04-02T03:10:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35147#p35147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35147#p35147"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35147#p35147"><![CDATA[
can anyone help me? :+<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4681">indigo</a> — Fri Apr 02, 2004 3:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo]]></name></author>
		<updated>2004-04-01T15:39:45-04:00</updated>

		<published>2004-04-01T15:39:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35136#p35136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35136#p35136"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35136#p35136"><![CDATA[
thx :+ exactly what i needed<br><br>but what if i need a space in the 'activation text' ??<br><br>the bot doesn't seem to accept that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4681">indigo</a> — Thu Apr 01, 2004 3:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-04-01T12:17:11-04:00</updated>

		<published>2004-04-01T12:17:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35132#p35132</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35132#p35132"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35132#p35132"><![CDATA[
Ok, here it is:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- "hello" pub:helloproc pub:hello {nick host handle chan arg} {  putquick "PRIVMSG $chan :Good Day $nick"} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Thu Apr 01, 2004 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[indigo]]></name></author>
		<updated>2004-04-01T11:41:04-04:00</updated>

		<published>2004-04-01T11:41:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35131#p35131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35131#p35131"/>
		<title type="html"><![CDATA[very basic]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35131#p35131"><![CDATA[
i need a very basic script... your say "hello" for example (in the channel) and the bot then says "good day $nick" ... could someone give me a line of code on how to do this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4681">indigo</a> — Thu Apr 01, 2004 11:41 am</p><hr />
]]></content>
	</entry>
	</feed>
