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

	<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>2005-01-29T20:26:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-01-29T20:26:13-04:00</updated>

		<published>2005-01-29T20:26:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45951#p45951</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45951#p45951"/>
		<title type="html"><![CDATA[blank spaces in DCC CHAT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45951#p45951"><![CDATA[
format "&lt;spaces here&gt; %s" "your text"<br>or<br>format "&lt;spaces here&gt; %s" $yourvar<br><br>but as gb mentioned, if your client is stripping spaces it dont matter how you're handing them to it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jan 29, 2005 8:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-01-29T16:00:14-04:00</updated>

		<published>2005-01-29T16:00:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45944#p45944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45944#p45944"/>
		<title type="html"><![CDATA[blank spaces in DCC CHAT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45944#p45944"><![CDATA[
I believe he uses "set output " \002 \002 text" <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> this will magically not strip the spaces... at least in mIRC.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Jan 29, 2005 4:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-01-29T14:30:28-04:00</updated>

		<published>2005-01-29T14:30:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45938#p45938</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45938#p45938"/>
		<title type="html"><![CDATA[blank spaces in DCC CHAT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45938#p45938"><![CDATA[
\x20 works, but your irc client, mIRC is stripping it, out.<br>\002\002 wont create a space, it will create a control code that appears blank in your client, and wont neccesarily look the same in every irc client out there.<br><br>So maybe you should look at how to fix it on the client side, and not in tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Jan 29, 2005 2:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2005-01-29T11:19:58-04:00</updated>

		<published>2005-01-29T11:19:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45934#p45934</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45934#p45934"/>
		<title type="html"><![CDATA[[format value arg]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45934#p45934"><![CDATA[
Thanx for the reply egghead..<br><br>Can you just give me a example on how I can add spaces to the start of the value using format. I worked on it to much that I give up and went searching. I found out that when it comes to mirc and dcc, any spaces that I add to the start of the value gets taken out.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br>This still works, but \x20 doesn't<div class="codebox"><p>Code: </p><pre><code>set output "\002\002text"</code></pre></div>Thank you for anymore help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Sat Jan 29, 2005 11:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2005-01-23T00:00:02-04:00</updated>

		<published>2005-01-23T00:00:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45714#p45714</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45714#p45714"/>
		<title type="html"><![CDATA[blank spaces in DCC CHAT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45714#p45714"><![CDATA[
An option is to use [format]<br><br><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/format.htm" class="postlink">http://www.tcl.tk/man/tcl8.5/TclCmd/format.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Sun Jan 23, 2005 12:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-01-22T23:43:00-04:00</updated>

		<published>2005-01-22T23:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45713#p45713</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45713#p45713"/>
		<title type="html"><![CDATA[blank spaces in DCC CHAT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45713#p45713"><![CDATA[
" " should be enough most of the time, if not, you can try using \x20<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Jan 22, 2005 11:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2005-01-22T21:21:11-04:00</updated>

		<published>2005-01-22T21:21:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45712#p45712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45712#p45712"/>
		<title type="html"><![CDATA[blank spaces in DCC CHAT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45712#p45712"><![CDATA[
I have been playing with a script that uses a DCC CHAT windows for all the game operations.... What I have had problem with is indenting clear spaces.<br><div class="codebox"><p>Code: </p><pre><code>[asustek] Enjoy you stay and always play nice :)[asustek][asustek][asustek] Genral Commands[asustek]   -roll | Roll the dice[asustek]   -quit | Quit this table</code></pre></div>I am currenty have one way working using "/002  /002", but there must be a better way to doing it...<br><br>Anyhelp would be must helpful<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Sat Jan 22, 2005 9:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
