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

	<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>2007-11-07T17:54:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-11-07T17:54:04-04:00</updated>

		<published>2007-11-07T17:54:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77513#p77513</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77513#p77513"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77513#p77513"><![CDATA[
Read here about backslash substitution:<br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/Tcl.htm#M15" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/Tcl.htm#M15</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Nov 07, 2007 5:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2007-11-07T16:28:05-04:00</updated>

		<published>2007-11-07T16:28:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77512#p77512</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77512#p77512"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77512#p77512"><![CDATA[
it's the tab char, can't you try to match \t ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 07, 2007 4:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-11-06T17:23:50-04:00</updated>

		<published>2007-11-06T17:23:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77509#p77509</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77509#p77509"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77509#p77509"><![CDATA[
If it's always ascii -9, you could try something like this (or however the message should be constructed, \x09 will be replaced with the specified character):<div class="codebox"><p>Code: </p><pre><code>puthelp "PRIVMSG yournick :blah \x09 bleh"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Nov 06, 2007 5:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dokueki]]></name></author>
		<updated>2007-11-06T17:10:23-04:00</updated>

		<published>2007-11-06T17:10:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77508#p77508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77508#p77508"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77508#p77508"><![CDATA[
It just... Doesn't let it appear in the message <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> I mean, the ASCII character 9 is a blank character, but it triggers a script in mIRCSCript, and well, when I put it in my Eggbot, it doesn't trigger that script for other people when it needs to, which got me to the conclusion that it doesn't make it appear in the message, I'm guessing because it's either an irregular character or because 'tis a blank character. :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8949">dokueki</a> — Tue Nov 06, 2007 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-11-06T17:06:33-04:00</updated>

		<published>2007-11-06T17:06:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77507#p77507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77507#p77507"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77507#p77507"><![CDATA[
Strips? huh?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Nov 06, 2007 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dokueki]]></name></author>
		<updated>2007-11-06T13:56:43-04:00</updated>

		<published>2007-11-06T13:56:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77504#p77504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77504#p77504"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77504#p77504"><![CDATA[
EDIT: Alright, got it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> But it strips the character I need :&lt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8949">dokueki</a> — Tue Nov 06, 2007 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-11-06T13:43:24-04:00</updated>

		<published>2007-11-06T13:43:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77501#p77501</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77501#p77501"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77501#p77501"><![CDATA[
Check out the "<a href="http://www.tcl.tk/man/tcl8.4/TclCmd/scan.htm" class="postlink">scan</a>" and "<a href="http://www.tcl.tk/man/tcl8.4/TclCmd/format.htm" class="postlink">format</a>" commands. They should be able to perform those tasks, and more.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Nov 06, 2007 1:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dokueki]]></name></author>
		<updated>2007-11-06T12:44:28-04:00</updated>

		<published>2007-11-06T12:44:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77497#p77497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77497#p77497"/>
		<title type="html"><![CDATA[ASCII Convertion]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77497#p77497"><![CDATA[
I got a little question, how do I convert from text to ASCII?<br>Meaning, i want to show the ascii 9 in the end of a certain message.<br>In mIRCScript, it's $asc(9) or $chr(9), and I need to find the Tcl equivalent. Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8949">dokueki</a> — Tue Nov 06, 2007 12:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
