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

	<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>2007-03-11T10:00:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-11T10:00:20-04:00</updated>

		<published>2007-03-11T10:00:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71155#p71155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71155#p71155"/>
		<title type="html"><![CDATA[Bind .tcl to private or channel messages instead of DCC?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71155#p71155"><![CDATA[
Thanks Sir_Fz!<br><br>Really appreciate the help !! <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=4875">awyeah</a> — Sun Mar 11, 2007 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-03-11T07:57:30-04:00</updated>

		<published>2007-03-11T07:57:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71147#p71147</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71147#p71147"/>
		<title type="html"><![CDATA[Bind .tcl to private or channel messages instead of DCC?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71147#p71147"><![CDATA[
If you only want to get the errorInfo, then this should be enough:<div class="codebox"><p>Code: </p><pre><code>bind msg n errorInfo showErrorproc showError {nick uhost hand arg} { foreach l [split $::errorInfo \n] {  puthelp "privmsg $nick :$l" }}</code></pre></div>Otherwise, you can simulate the .tcl command in msg (check the [eval] command).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Mar 11, 2007 7:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-03-11T05:28:24-04:00</updated>

		<published>2007-03-11T05:28:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71144#p71144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71144#p71144"/>
		<title type="html"><![CDATA[Bind .tcl to private or channel messages instead of DCC?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71144#p71144"><![CDATA[
Just wondering, is there anyway, through which I can enable .tcl and .set in bot private or channel messages.<br><br>Currently we know its in dcc:<br><blockquote class="uncited"><div># Comment these two lines if you wish to enable the .tcl and .set commands.<br># If you select your owners wisely, you should be okay enabling these.<br>#unbind dcc n tcl *dcc:tcl<br>#unbind dcc n set *dcc:set</div></blockquote>The main reason for this being is, sometimes I am in office behind firewall and am unable to DCC the bot. Sometimes errors are present in tcls and to correct those I use <strong class="text-strong">.tcl set errorInfo</strong>. So I was wondering if this command could be run through private or channel messages rather than DCC, so it would be more easier for me to find and correct tcl errors.<br><br>All help is appreciated, thanks!<br><br>JD<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Mar 11, 2007 5:28 am</p><hr />
]]></content>
	</entry>
	</feed>
