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

	<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>2014-01-13T10:07:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[SoUkSoU]]></name></author>
		<updated>2014-01-13T10:07:32-04:00</updated>

		<published>2014-01-13T10:07:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102485#p102485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102485#p102485"/>
		<title type="html"><![CDATA[Help with 2 TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102485#p102485"><![CDATA[
Im using:<br><br> UNOFFICIAL incith:google                              v2.1x<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12328">SoUkSoU</a> — Mon Jan 13, 2014 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2014-01-13T02:35:43-04:00</updated>

		<published>2014-01-13T02:35:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102483#p102483</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102483#p102483"/>
		<title type="html"><![CDATA[Help with 2 TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102483#p102483"><![CDATA[
about that "delay"  -&gt; <a href="http://eggwiki.org/Queues" class="postlink">http://eggwiki.org/Queues</a><br><br>and it doesn't  looks like speechles's incith-google !wiki output ...<br><br>i'm already using it. and outputs  like :<br><div class="codebox"><p>Code: </p><pre><code> Eggdrop | Eggdrop is a popular IRC bot and the oldest still in active development. @ http://en.wikipedia.org/wiki/Eggdrop</code></pre></div>probably, your bot has another one ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Mon Jan 13, 2014 2:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SoUkSoU]]></name></author>
		<updated>2014-01-12T23:09:46-04:00</updated>

		<published>2014-01-12T23:09:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102481#p102481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102481#p102481"/>
		<title type="html"><![CDATA[Help with 2 TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102481#p102481"><![CDATA[
Hello. Im using this tcl " Holm News " for !commands in my bot.<div class="codebox"><p>Code: </p><pre><code>putlog "holm-news.tcl $ver by tw|ster (Stian Holm) loaded ..."proc holm-pub_news {nick uhost handle channel text} {global newsfile tellwho newschan        if {(([lsearch -exact [string tolower $newschan] [string tolower $channel]] != -1) || ($newschan == "*"))} {                if {![file exists "$newsfile"]} {                        if {$tellwho} {                                putserv "PRIVMSG $nick :.:error:. sorry, but i can't find the news file!"                        } else {                                putserv "NOTICE $nick :.:error:. sorry, but i can't find the news file!"                        }                return 0                }                if {![file readable "$newsfile"]} {                        if {$tellwho} {                                putserv "PRIVMSG $nick :.:error:. sorry, but i'm not allowed to read that file!"                        } else {                                putserv "NOTICE $nick :.:error:. sorry, but i'm not allowed to read that file!"                        }                return 0                }                set news [open "$newsfile" r]                while {![eof $news]} {                        set line [gets $news]                        if {$tellwho} {                                putserv "PRIVMSG $channel :$line"                        } else {                                putserv "NOTICE $nick :$line"                        }                }        close $news        }</code></pre></div>The thing is that when the bot notice the user for the commands from a text file there is a delay in seconds.<br><br>Example:<div class="codebox"><p>Code: </p><pre><code>[04:59:49] -f1sh- ---[04:59:50] -f1sh- Available Commands:[04:59:51] -f1sh- !google &lt;text&gt; OR !google &lt;country code&gt; &lt;text&gt; # Desc: Searching in google[04:59:52] -f1sh- !aq &lt;text&gt; # Desc: Add Quote[04:59:54] -f1sh- !rq # Desc: Shows a random quote[04:59:56] -f1sh- !images &lt;image&gt; OR !images &lt;country code&gt; &lt;text&gt; # Desc: Searching in google &gt; images[04:59:58] -f1sh- !imdb &lt;movie&gt; # Desc: Searching in imdb[05:00:00] -f1sh- !seen &lt;nick&gt; # Desc: Last seen of nick[05:00:02] -f1sh- !ip &lt;ip&gt; OR !ip -d &lt;ip&gt; OR !ip -g &lt;ip&gt; OR !ip -h &lt;ip&gt; # Desc: Information for the ip[05:00:04] -f1sh- !news &lt;text&gt; OR !news &lt;country code&gt; &lt;text&gt; # Desc: Searcing news in google[05:00:06] -f1sh- !wikipedia  &lt;text&gt; OR !wikipedia &lt;country code&gt; &lt;text&gt; # Desc: Searching in wikipedia[05:00:08] -f1sh- !locate &lt;ip&gt; OR !locate &lt; hostmask&gt; # Desc: Information for the ip or hostmask[05:00:11] -f1sh- # Country codes example:[05:00:16] -f1sh- # Greece=gr[05:00:18] -f1sh- # United Kingdom=uk[05:00:20] -f1sh- # France=gr[05:00:24] -f1sh- # End[05:00:28] -f1sh- ---</code></pre></div>Any way to fix this ?<br><br><br>And the second tcl is incith-google from speechles. My problem there is that i want to remove this:<br><div class="codebox"><p>Code: </p><pre><code>[05:02:21] &lt;@f1sh&gt; 12http://en.wikipedia.org/wiki/Egg (Requested by SoUkSoU)</code></pre></div>Regards,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12328">SoUkSoU</a> — Sun Jan 12, 2014 11:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
