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

	<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>2003-06-20T02:56:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-20T02:56:14-04:00</updated>

		<published>2003-06-20T02:56:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22258#p22258</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22258#p22258"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22258#p22258"><![CDATA[
ahh.. that was it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> ... sorry <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=852">Papillon</a> — Fri Jun 20, 2003 2:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-20T00:21:56-04:00</updated>

		<published>2003-06-20T00:21:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22246#p22246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22246#p22246"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22246#p22246"><![CDATA[
Actualy, no. The code I've used (wich is made by ppslim, not by me) is called "ctrl:filter" is to remove the colours, bold, underline, reverse, etc.. I've seen a "charfilter" proc in the LoL's Toolz script. Probably he got it from there or something..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Jun 20, 2003 12:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-19T14:58:42-04:00</updated>

		<published>2003-06-19T14:58:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22239#p22239</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22239#p22239"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22239#p22239"><![CDATA[
uh if you say so... sorry <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=2044">ReaLz</a> — Thu Jun 19, 2003 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-19T14:19:57-04:00</updated>

		<published>2003-06-19T14:19:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22238#p22238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22238#p22238"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22238#p22238"><![CDATA[
do not do that!<br>that will mess up the complete proc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>the charfilter procedure was posted in some other post in this forum a while ago, it was posted by caesar I believe... try searching for it to get it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Jun 19, 2003 2:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-19T14:06:27-04:00</updated>

		<published>2003-06-19T14:06:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22236#p22236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22236#p22236"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22236#p22236"><![CDATA[
Replace this:<div class="codebox"><p>Code: </p><pre><code>set arg [charfilter $arg]</code></pre></div>with this:<div class="codebox"><p>Code: </p><pre><code>set arg [lindex $arg 0]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Thu Jun 19, 2003 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cerberus_gr]]></name></author>
		<updated>2003-06-19T12:50:02-04:00</updated>

		<published>2003-06-19T12:50:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22226#p22226</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22226#p22226"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22226#p22226"><![CDATA[
There is no procedure charfilter. What do you want this procedure to do?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2661">cerberus_gr</a> — Thu Jun 19, 2003 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-19T12:25:35-04:00</updated>

		<published>2003-06-19T12:25:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22224#p22224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22224#p22224"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22224#p22224"><![CDATA[
I have this code <div class="codebox"><p>Code: </p><pre><code>bind pub - !User@host pub_user@hostbind pub - !host pub_hostproc pub_host {nick uhost hand chan arg} {set arg [charfilter $arg]set alternate [lindex [split $arg] 2]set hostmask "$nick!*[getchanhost $arg $chan]"putserv "NOTICE $arg :Your User@host is: $alternate [maskhost $hostmask]"}proc pub_user@host {nick uhost hand chan arg} {set alternate [lindex [split $arg] 2]set hostmask "$nick!*[getchanhost $nick $chan]"putserv "NOTICE $nick :Your User@host is: $alternate [maskhost $hostmask]" }</code></pre></div><br><br>But when I write !host my bot tells me <div class="codebox"><p>Code: </p><pre><code>&lt;Botman&gt; [19:25] Tcl error [pub_host]: invalid command name "charfilter"</code></pre></div><br>Whats wrong<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Thu Jun 19, 2003 12:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
