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

	<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>2008-05-02T18:47:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[smash]]></name></author>
		<updated>2008-05-02T18:47:35-04:00</updated>

		<published>2008-05-02T18:47:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82695#p82695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82695#p82695"/>
		<title type="html"><![CDATA[cmd_cons.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82695#p82695"><![CDATA[
Howto i changes bot nick? on !tcl ::set-nick ? <br><br>!tcl set ::nick bla bla<br><br>I would get tcl.tcl script if i was you , to do commands useing tcl in channel.  <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=8041">smash</a> — Fri May 02, 2008 6:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-05-02T12:29:33-04:00</updated>

		<published>2008-05-02T12:29:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82679#p82679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82679#p82679"/>
		<title type="html"><![CDATA[cmd_cons.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82679#p82679"><![CDATA[
I don't see any unbalanced braces in the script, make sure you have the whole script (as pasted) loaded.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri May 02, 2008 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-02T11:51:33-04:00</updated>

		<published>2008-05-02T11:51:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82678#p82678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82678#p82678"/>
		<title type="html"><![CDATA[cmd_cons.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82678#p82678"><![CDATA[
The problem is more than likely [] and {} in nicknames crash this script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri May 02, 2008 11:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mikkeldk]]></name></author>
		<updated>2008-05-02T02:52:36-04:00</updated>

		<published>2008-05-02T02:52:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82670#p82670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82670#p82670"/>
		<title type="html"><![CDATA[cmd_cons.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82670#p82670"><![CDATA[
Hi Egghelp .<br><br>I have found one Script on egghelp's database ..<br>and i downloaded and Loaded it ..<br>so i get Error? - i dont know what error are so . Maybe Egghelp can help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Thx for Support? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><div class="codebox"><p>Code: </p><pre><code>[08:46] missing close-brace    while executing"proc msg_databot {nick uhost hand rest} {        global botnick botname server version uptime server-online cmdconslg        puthelp "NOTICE $nick :$cmdconslg Nic..."    (file "scripts/cmd_cons.tcl" line 34)    invoked from within"source scripts/cmd_cons.tcl"    (file "eggdrop.conf" line 74)</code></pre></div>Script files are :<div class="codebox"><p>Code: </p><pre><code>proc msg_databot {nick uhost hand rest} {global botnick botname server version uptime server-online cmdconslgputhelp "NOTICE $nick :$cmdconslg Nickname: ${botnick}. Hostname: [lindex [split ${botname} !] 1]."puthelp "NOTICE $nick :$cmdconslg Current IRC server: ${server}, Active for: [expr [unixtime] - ${server-online}] sec(s)."puthelp "NOTICE $nick :$cmdconslg Eggdrop version: ${version}. Uptime: [expr [unixtime] - ${uptime}] sec(s)."putcmdlog "$cmdconslg &lt;&lt;$nick&gt;&gt; !$hand! Bot Info."}proc pub_databot {nick uhost hand chan rest} {global SVRPRM botnick cmdconslg ; msg_databot $nick $uhost $hand $rest}proc msg_settcl {nick uhost hand rest} {global botnick cmdconslgif {![matchattr $hand Q]} {putquick "NOTICE $nick :$cmdconslg You haven't authenticate Yourself. Type: \[/msg $botnick auth &lt;password&gt;\] to do so." ; return 0}utimer 1 rehash ; putquick "NOTICE $nick :$cmdconslg Rehashing TCL script(s) and variable(s)."putcmdlog "$cmdconslg &lt;&lt;$nick&gt;&gt; !$hand! Rehash." ; return 0}</code></pre></div><br>Maybe U/all Can help me??<br><br>and one more to ..<br><br>Howto i changes bot nick? on !tcl ::set-nick ?<br><br>GL HF<br><br>//Mikkel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9785">mikkeldk</a> — Fri May 02, 2008 2:52 am</p><hr />
]]></content>
	</entry>
	</feed>
