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

	<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>2006-02-24T20:35:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-24T20:35:48-04:00</updated>

		<published>2006-02-24T20:35:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60638#p60638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60638#p60638"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60638#p60638"><![CDATA[
You can use a faster queue (i.e. putserv or putquick) instead of puthelp.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Feb 24, 2006 8:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-02-24T11:38:41-04:00</updated>

		<published>2006-02-24T11:38:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60630#p60630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60630#p60630"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60630#p60630"><![CDATA[
You are right Sir_Fz. Thank you very much. There is a little delay but I think this the delay is unrecoverable.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Fri Feb 24, 2006 11:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-23T17:50:12-04:00</updated>

		<published>2006-02-23T17:50:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60616#p60616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60616#p60616"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60616#p60616"><![CDATA[
Wait a minute, I maybe got you wrong. You want it to display<blockquote class="uncited"><div>(@Bot) aaaaaaaaaa<br>(@Bot) eeeeeeee<br>(@Bot) ggggggggg</div></blockquote>instead of<blockquote class="uncited"><div>(@Bot) aaaaaaaaaaeeeeeeeeggggggggg</div></blockquote>?<br><br>Then add several puthelp lines to do so, it's as simple as that. or you can use a foreach loop, for example:<div class="codebox"><p>Code: </p><pre><code>set text {"aaaaaaaaaa" "eeeeeeee" "ggggggggg"}foreach word $text { puthelp "privmsg $chan :$word"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Feb 23, 2006 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-02-23T16:51:28-04:00</updated>

		<published>2006-02-23T16:51:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60615#p60615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60615#p60615"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60615#p60615"><![CDATA[
Neither the network it's on might be splitting nor I have some procs that overrides the original puthelp queue as far as I know.<br>So it is not possible to make a line break?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Thu Feb 23, 2006 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-23T16:39:07-04:00</updated>

		<published>2006-02-23T16:39:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60614#p60614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60614#p60614"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60614#p60614"><![CDATA[
<blockquote class="uncited"><div>Nice help.</div></blockquote>That's the nice help you get when you provide "nice" information about your problem.<br><br>Eggdrop does not split the text. My only explanation for what's happening with your bot is that the network it's on might be splitting the text or you have some proc that's overriding the original eggdrop puthelp queue (do you?).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Feb 23, 2006 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-02-23T16:32:18-04:00</updated>

		<published>2006-02-23T16:32:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60613#p60613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60613#p60613"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60613#p60613"><![CDATA[
Nice help. But what do I have to change? Look at this script:<div class="codebox"><p>Code: </p><pre><code>bind pub - !aeg aegproc aeg {nick host hand chan rest} {   puthelp "privmsg $chan :aaaaaaaaaaeeeeeeeeggggggggg"}</code></pre></div>What do I have to change that it is displayed like this:<blockquote class="uncited"><div>(@Darton) !aeg<br>(@Bot) aaaaaaaaaa<br>(@Bot) eeeeeeee<br>(@Bot) ggggggggg</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Thu Feb 23, 2006 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-23T13:43:18-04:00</updated>

		<published>2006-02-23T13:43:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60611#p60611</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60611#p60611"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60611#p60611"><![CDATA[
Edit the script you're using.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Feb 23, 2006 1:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-02-23T10:47:36-04:00</updated>

		<published>2006-02-23T10:47:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60600#p60600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60600#p60600"/>
		<title type="html"><![CDATA[Bot should display something in 2 lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60600#p60600"><![CDATA[
Hello!<br>I have installed some scripts for my bot. But how is it possible that the bot does not display everything in one line but in two or three or anything like that. <br>Here an example:<blockquote class="uncited"><div>(15:46:25) (@Darton) !hello<br>(15:46:29) (@Bot) The Bot says hello to Darton.<br>(15:46:30) (@Bot) What's up?<br>(15:46:31) (@Bot) How did you sleep?<br>...</div></blockquote>How is it possible to make a line break?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Thu Feb 23, 2006 10:47 am</p><hr />
]]></content>
	</entry>
	</feed>
