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

	<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>2025-11-30T09:24:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2025-11-30T09:24:41-04:00</updated>

		<published>2025-11-30T09:24:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113393#p113393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113393#p113393"/>
		<title type="html"><![CDATA[Re: writing and variants]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113393#p113393"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc say_fast {chan text} {    putserv [encoding convertfrom utf-8 "PRIVMSG $chan :$text"]}proc say_safe {chan text} {    puthelp [encoding convertto utf-8 "PRIVMSG $chan :$text"]}proc say {chan text} {    puthelp [encoding convertto utf-8 "PRIVMSG $chan :$text"]} </code></pre></div>or try this<br><div class="codebox"><p>Code: </p><pre><code>proc say_fast {chan text} {    putserv "PRIVMSG $chan :$text"}proc say_safe {chan text} {    puthelp "PRIVMSG $chan :$text"}proc say {chan text} {    say_safe $chan $text}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Nov 30, 2025 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2025-08-11T18:18:06-04:00</updated>

		<published>2025-08-11T18:18:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113353#p113353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113353#p113353"/>
		<title type="html"><![CDATA[writing and variants]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113353#p113353"><![CDATA[
What would be correct in these two variants, the use or method of UTF?   <div class="codebox"><p>Code: </p><pre><code> putserv [encoding convertfrom utf-8 "PRIVMSG $chan :$text"]   puthelp [encoding convertto utf-8 "PRIVMSG $chan :$text"]</code></pre></div> <br><br>And regarding this second question, this variant that I use at the moment works well for me, any suggestions on this second point?<div class="codebox"><p>Code: </p><pre><code> set copycom [encoding convertfrom utf-8 [lrange [split $horoscopo] 1 end]]     puthelp "PRIVMSG $chan :-=\00312$text=-:$copycom" -next</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Mon Aug 11, 2025 6:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
