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

	<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>2001-12-26T20:46:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-26T20:46:00-04:00</updated>

		<published>2001-12-26T20:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3162#p3162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3162#p3162"/>
		<title type="html"><![CDATA[chanctrl.tcl still not working :( somebody help me plz?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3162#p3162"><![CDATA[
i changed the line, but i still get this error:<br><br>[23:39] TCL error [cc_pubm]: syntax error in expression "regexp -- [03] $text"<br><br>i did put the slashes in the right place<p>Statistics: Posted by Guest — Wed Dec 26, 2001 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-23T19:38:00-04:00</updated>

		<published>2001-12-23T19:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3110#p3110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3110#p3110"/>
		<title type="html"><![CDATA[chanctrl.tcl still not working :( somebody help me plz?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3110#p3110"><![CDATA[
The invalid command name "B" error can only have been caused when you edited your netset.tcl file. Do a case sensitive search for a capital B<br><br>As for the first error, locate the line<div class="codebox"><p>Code: </p><pre><code>  if {regexp -- [003] $text} {</code></pre></div>(slashed removed)<br>in the chanctrl.tcl file, and change it to the following<div class="codebox"><p>Code: </p><pre><code>  if {[regexp -- [003] $text]} {</code></pre></div>Note, you should re-add the slashes, where they where in the original file. They have been removed due to issues with the forum software, cauing posts to get scrambled up, when it see excaped char sequenses.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Dec 23, 2001 7:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-23T19:09:00-04:00</updated>

		<published>2001-12-23T19:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3107#p3107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3107#p3107"/>
		<title type="html"><![CDATA[chanctrl.tcl still not working :( somebody help me plz?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3107#p3107"><![CDATA[
i configured the chanctrl, added all the needed parameters into the netset.tcl as described in the readme.<br>now, i get this error on the partyline of the bot:<br><br>TCL error [cc_pubm]: syntax error in expression "regexp -- [03] $text"<br>when i rehash the bot, i get this error:<br><div class="codebox"><p>Code: </p><pre><code>[22:00] *** WARNING: error found when loading netbots/chanctrl.tcl:[22:00] invalid command name "B"</code></pre></div>can somebody help me plz?<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: Mentolboy on 2001-12-23 16:11 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Dec 23, 2001 7:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
