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

	<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>2008-12-22T06:24:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[roughnecks]]></name></author>
		<updated>2008-12-22T06:24:31-04:00</updated>

		<published>2008-12-22T06:24:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86447#p86447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86447#p86447"/>
		<title type="html"><![CDATA[dlearn &amp;&amp; IRC max message lenght]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86447#p86447"><![CDATA[
<blockquote class="uncited"><div>Check <a href="http://forum.egghelp.org/viewtopic.php?p=81741#81741" class="postlink">this</a> out.</div></blockquote>Thanks, i'm working on that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10207">roughnecks</a> — Mon Dec 22, 2008 6:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-12-21T18:51:09-04:00</updated>

		<published>2008-12-21T18:51:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86445#p86445</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86445#p86445"/>
		<title type="html"><![CDATA[dlearn &amp;&amp; IRC max message lenght]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86445#p86445"><![CDATA[
Check <a href="http://forum.egghelp.org/viewtopic.php?p=81741#81741" class="postlink">this</a> out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Dec 21, 2008 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[roughnecks]]></name></author>
		<updated>2008-12-20T18:14:17-04:00</updated>

		<published>2008-12-20T18:14:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86419#p86419</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86419#p86419"/>
		<title type="html"><![CDATA[dlearn &amp;&amp; IRC max message lenght]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86419#p86419"><![CDATA[
Thank U for the suggestions....actually i'm not able to do it myself in any way you mentioned  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>I need to look at some F(ucking)M(anual) before doing anything, 'cause i'm really not used in programming.<br>See U soon.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10207">roughnecks</a> — Sat Dec 20, 2008 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2008-12-20T18:16:45-04:00</updated>

		<published>2008-12-20T17:50:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86418#p86418</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86418#p86418"/>
		<title type="html"><![CDATA[dlearn &amp;&amp; IRC max message lenght]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86418#p86418"><![CDATA[
I think new line char will not help, because this still will be one long string with \n chars (output without spliting will show all chars to first \n mark), but you can always try to split long string into 2 shorter<br><br>like, [string length $str] now set some max, maybe 400 and use [string range $str 0 400] and after that You can use expr to count the rest of chars <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Or try to convert input strings to shorter or smth. After this will be no problem to output them.<br><br>You can even insert \n chars and after this you can split string into a list, [split $str "\n"] etc. etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Sat Dec 20, 2008 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[roughnecks]]></name></author>
		<updated>2008-12-20T11:51:55-04:00</updated>

		<published>2008-12-20T11:51:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86410#p86410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86410#p86410"/>
		<title type="html"><![CDATA[dlearn &amp;&amp; IRC max message lenght]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86410#p86410"><![CDATA[
Hi, thanks in advance for the help you gave to me past times....now i got another question relative to the dlearn tcl:<br><br>The scripts stores definition of words inserted by users....as the words arise in number i get a problem, while listing them, with the command !learnlist...id est, the lenght of the output is greater in charachters available for one single IRC message (about 400 - 500 chars, usually) and the list gets cut before the ending....<br><br>I saw that the command used in the script is a putserv, this one :<br><div class="codebox"><p>Code: </p><pre><code>if {$check == 0} {putserv "$learn(method) $nick :The learn file is empty"} else {putserv "$learn(method) $nick :Learn words: $words"}</code></pre></div>Version of the script : 1.0.1 same as the archived one.<br><br>Now...let's say there is no way to change the limits of messages lenght within the IRC server, witch is not owned neither administered by me.... do u think is there any chance to obtain a new line somehow in the putserv cmd ?<br><br><br>Always grateful, roughnecks.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10207">roughnecks</a> — Sat Dec 20, 2008 11:51 am</p><hr />
]]></content>
	</entry>
	</feed>
