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

	<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>2004-09-29T09:48:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-09-29T09:48:32-04:00</updated>

		<published>2004-09-29T09:48:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41427#p41427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41427#p41427"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41427#p41427"><![CDATA[
<blockquote class="uncited"><div>Or try Evangeline -  <a href="http://www.averse.piasta.pl" class="postlink">www.averse.piasta.pl</a> ...It's based on Eggdrop, if im not wrong it aswell support special characters in channel names...</div></blockquote>Not quite. It works quite good with our iso8859-2/iso8859-1 encoding, but not fully yet. Generally he will have same problem as in eggdrop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Sep 29, 2004 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-09-29T07:50:27-04:00</updated>

		<published>2004-09-29T07:50:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41423#p41423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41423#p41423"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41423#p41423"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> hehehe   errr, yea, kinda backwards, isn't it? oh poop... /me makes mental note... no more answering threads while half asleep....  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Sep 29, 2004 7:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-28T21:43:15-04:00</updated>

		<published>2004-09-28T21:43:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41405#p41405</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41405#p41405"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41405#p41405"><![CDATA[
user is right YooHoo, well atleast that's what I've learned from the past 6 months. These non-aplhanumeric characters are not special scripting characters as }, {, ], [, ", \ etc.<br><br>So by adding a "\" infront of them will not work and it is pointless. I think he will have to use them in the HEX format. Encode them using the encoding function or manually add the hex ascii codes.<br><br>Examples:<br>\x80<br>\x98<br>\xA9<br>\xFF<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Sep 28, 2004 9:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-09-28T13:59:12-04:00</updated>

		<published>2004-09-28T13:59:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41388#p41388</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41388#p41388"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41388#p41388"><![CDATA[
<blockquote class="uncited"><div>To have a special character or non-alphanumberic symbol in tcl, all that's required is a backslash ( \ ) before the character that is to processed as plain text, as described in the <a href="http://www.suninet.nl/tclguide/index.php?chap=3&amp;pg=3" class="postlink">Suninet tcl guide</a>... or did I miss something?</div></blockquote>You missed the point of escaping. Escaping a char is only needed if that char has a special meaning to the tcl interpreter that you wish to avoid. Escaping those chars doesn't make a difference. It's the way he encoded his config vs the encoding used when reading it in that's the problem. (I think)<br><br>Mouse: what happens if you add the channel from the partyline? (if that doesn't work, you need to fix your locale settings and/or upgrade/downgrade tcl/eggdrop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Sep 28, 2004 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-09-28T13:34:13-04:00</updated>

		<published>2004-09-28T13:34:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41387#p41387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41387#p41387"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41387#p41387"><![CDATA[
Or try Evangeline -  <a href="http://www.averse.piasta.pl" class="postlink">www.averse.piasta.pl</a> ...It's based on Eggdrop, if im not wrong it aswell support special characters in channel names...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Tue Sep 28, 2004 1:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-09-28T04:04:25-04:00</updated>

		<published>2004-09-28T04:04:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41368#p41368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41368#p41368"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41368#p41368"><![CDATA[
ok, I'll bite  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">  why is everyone so damn worked up about this?  To have a special character or non-alphanumberic symbol in tcl, all that's required is a backslash ( \ ) before the character that is to processed as plain text, as described in the <a href="http://www.suninet.nl/tclguide/index.php?chap=3&amp;pg=3" class="postlink">Suninet tcl guide</a>... or did I miss something?<div class="codebox"><p>Code: </p><pre><code>channel add #\†\å\£ { +blah -blah}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Sep 28, 2004 4:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-09-27T10:19:15-04:00</updated>

		<published>2004-09-27T10:19:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41355#p41355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41355#p41355"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41355#p41355"><![CDATA[
<a href="http://www.tcl.tk/man/tcl8.4/TclCmd/encoding.htm" class="postlink">encoding</a> is your friend.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Sep 27, 2004 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[evildude]]></name></author>
		<updated>2004-09-27T08:07:52-04:00</updated>

		<published>2004-09-27T08:07:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41351#p41351</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41351#p41351"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41351#p41351"><![CDATA[
One thing you can try is while you're on the partyline invite the bot to the channel and see how your eggdrop interprets those characters and then do a .+chan with the name of the channel that came accross the invite.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4513">evildude</a> — Mon Sep 27, 2004 8:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-26T21:29:47-04:00</updated>

		<published>2004-09-26T21:29:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41319#p41319</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41319#p41319"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41319#p41319"><![CDATA[
But there are many arabic channels which utilize these non-aplhanumeric characters. I know pico sucks, it doesn't recognize them and weird characters form if you paste them on it.<br><br>The eggdrop does have support for these characters I guess, but some unix text editors don't.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Sep 26, 2004 9:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-09-26T21:18:04-04:00</updated>

		<published>2004-09-26T21:18:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41313#p41313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41313#p41313"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41313#p41313"><![CDATA[
With a channel name like #†å£ no wonder there's a problem. Having the character set on the shell set correctly may or may not fix it. Those characters simply cannot be translated by the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Sep 26, 2004 9:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-26T21:12:14-04:00</updated>

		<published>2004-09-26T21:12:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41311#p41311</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41311#p41311"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41311#p41311"><![CDATA[
Maybe the transfer type is in binary and not ASCII. Which text editor do you use on your shell? Modify the file in windows wordpad then directly upload it to the shell and then restart your bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Sep 26, 2004 9:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mouse]]></name></author>
		<updated>2004-09-26T21:03:15-04:00</updated>

		<published>2004-09-26T21:03:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41310#p41310</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41310#p41310"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41310#p41310"><![CDATA[
dont work..<br><br>in telnet<br><br>the ascii char will change to . or ?    <br><br>stupid telnet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5482">Mouse</a> — Sun Sep 26, 2004 9:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-26T20:36:55-04:00</updated>

		<published>2004-09-26T20:36:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41307#p41307</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41307#p41307"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41307#p41307"><![CDATA[
Maybe it's because of the non-aplhanumeric characters in the channels name. In DCC (partyline) type:<br><div class="codebox"><p>Code: </p><pre><code>.+chan #†å£.chanset #†å£ chanmode +k TAAA.save</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Sep 26, 2004 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mouse]]></name></author>
		<updated>2004-09-26T20:21:21-04:00</updated>

		<published>2004-09-26T20:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41304#p41304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41304#p41304"/>
		<title type="html"><![CDATA[My eggdrop cant join channel with special ascii characters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41304#p41304"><![CDATA[
My eggdrop wont join this channel in my conf.  <br>what i should do ?    <br> <br>channel add #†å£  {<br>chanmode "+k TAAA"<br>idle-kick 0<br>stopnethack-mode 0  <br>revenge-mode 0<br>aop-delay 5:30<br>need-key { putserv "JOIN #†å£ TAAA" }<br>flood-chan 0:0<br>flood-deop 0:0<br>flood-kick 0:0<br>flood-join 0:0<br>flood-ctcp 0:0<br>flood-nick 0:0<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5482">Mouse</a> — Sun Sep 26, 2004 8:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
