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

	<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>2015-07-19T01:31:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-07-19T01:31:56-04:00</updated>

		<published>2015-07-19T01:31:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104318#p104318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104318#p104318"/>
		<title type="html"><![CDATA[How to match latin accents ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104318#p104318"><![CDATA[
<strong class="text-strong">SpiKe^^</strong> work perfectly <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=12499">juanamores</a> — Sun Jul 19, 2015 1:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2015-07-18T23:10:58-04:00</updated>

		<published>2015-07-18T23:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104317#p104317</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104317#p104317"/>
		<title type="html"><![CDATA[How to match latin accents ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104317#p104317"><![CDATA[
So what's wrong with just...<div class="codebox"><p>Code: </p><pre><code>if {$text eq $word} { </code></pre></div>...or even...<div class="codebox"><p>Code: </p><pre><code>set word "Cual es esta canción\?"if {[string match -nocase $word $text]} { </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Jul 18, 2015 11:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-07-18T22:21:42-04:00</updated>

		<published>2015-07-18T22:21:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104316#p104316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104316#p104316"/>
		<title type="html"><![CDATA[How to match latin accents ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104316#p104316"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub atov|n !test testingproc testing {nick uhost hand chan text} {set word "Cual es esta canción?"if {[lindex [split [$text]  0 end] eq "$word" } {more stuff..........}</code></pre></div>No match word "canción"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sat Jul 18, 2015 10:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
