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

	<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-09T14:54:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Jailmann]]></name></author>
		<updated>2004-04-09T14:54:42-04:00</updated>

		<published>2004-04-09T14:54:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35377#p35377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35377#p35377"/>
		<title type="html"><![CDATA[learn tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35377#p35377"><![CDATA[
Hallo<br><br>i have another question i have download the learn script this one "Learn v1.0 by Nite"<br><br>when i ask ?? keyword can i get it to work like this keyword? and can i get it to work for only the channel i want<br><br>could sone one help me then i will be very happy<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4801">Jailmann</a> — Fri Apr 09, 2004 2:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-01T12:19:15-04:00</updated>

		<published>2004-04-01T12:19:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35133#p35133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35133#p35133"/>
		<title type="html"><![CDATA[help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35133#p35133"><![CDATA[
yea well it's a bit more complicated, i think the script uses the 2nd word<br>look:<br>bind pub m !learn learn_learn<br>bind pub - "botnick" learn_explain<br>bind pub - "!search" learn_search<br>i added botnick and changed from ** to !learn and so on ..<br>but if i change the 2nd line from above to<br>bind pub - "botnick tell" learn_explain<br>it will search for word "tell" instead of the 3rd word, so something must be changed in the whole script.<br>if you can download hal-learn tcl and modify it so when i type<br>&lt;botnick&gt; tell &lt;nick&gt; about &lt;keyword&gt; it will return<br>&lt;nick&gt; &lt;definition&gt;<br>here is the link: <a href="http://www.egghelp.org/files/tcl/hal-learn-0.2.tcl.gz" class="postlink">http://www.egghelp.org/files/tcl/hal-learn-0.2.tcl.gz</a><br>thanks<p>Statistics: Posted by Guest — Thu Apr 01, 2004 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-04-01T10:35:12-04:00</updated>

		<published>2004-04-01T10:35:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35129#p35129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35129#p35129"/>
		<title type="html"><![CDATA[learn tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35129#p35129"><![CDATA[
Yeah, in tcl scripting instead $2 or $3 you use args.It looks like this:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- "!voice" pub:voiceproc pub:voice {nick uhost hand chan args} {set args [split [cleanarg $args]]                set who [lindex $args 0]putquick "MODE $chan +v $who"}</code></pre></div>This are only simple lines in which you can see how args are used.So here if nick type !voice &lt;nick&gt; (&lt;nick&gt; is place where you put nick of guy you want to voice), then bot will voice guy with nick you put after !voice command...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Thu Apr 01, 2004 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-01T09:26:32-04:00</updated>

		<published>2004-04-01T09:26:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35128#p35128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35128#p35128"/>
		<title type="html"><![CDATA[learn tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35128#p35128"><![CDATA[
i just downloaded hal-learn-0.2.tcl from egghelp.org <br>i want to modify the script so instead of using: ?? &lt;keyword&gt; .. to use &lt;botnick&gt; tell &lt;nick&gt; about &lt;keyword&gt;<br>so he will tell on channel the definition to the &lt;nick&gt; not to the one who asked ... i mean not to $nick ..<br>any ideas on how to do that ? i don't know tcl scripting, only mircscripting<br>and on mircscripting i would use * and $2 ... $2 would be the &lt;nick&gt; ..<br>who can help me ?<p>Statistics: Posted by Guest — Thu Apr 01, 2004 9:26 am</p><hr />
]]></content>
	</entry>
	</feed>
