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

	<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>2004-12-20T22:57:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T22:57:04-04:00</updated>

		<published>2004-12-20T22:57:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44286#p44286</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44286#p44286"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44286#p44286"><![CDATA[
<blockquote class="uncited"><div>try .chanset #somechan need-op [exec echo "source ${incoming-path}yourscript.tcl" &gt;&gt;$config]<br><br>and deop your bot in #somechan<br><br>edit: but dont forget to op it and do ".chanset #somechan need-op" when done unless you want a billion source lines in there</div></blockquote>neat <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> yes, that should also work, even without the square brackets<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 10:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-12-20T16:37:46-04:00</updated>

		<published>2004-12-20T16:37:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44270#p44270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44270#p44270"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44270#p44270"><![CDATA[
try .chanset #somechan need-op [exec echo "source ${incoming-path}yourscript.tcl" &gt;&gt;$config]<br><br>and deop your bot in #somechan<br><br>edit: but dont forget to op it and do ".chanset #somechan need-op" when done unless you want a billion source lines in there<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Mon Dec 20, 2004 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T15:51:53-04:00</updated>

		<published>2004-12-20T15:51:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44268#p44268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44268#p44268"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44268#p44268"><![CDATA[
oops you said .set doesn't work either...<br><br>well, in such case there's nothing you can do w/o shell access<br><br>apparently you have these (.tcl and .set) unbinded somewhere by some lame script, or you aren't perm owner (that is, your bothandle is not included in Tcl  <strong class="text-strong">owner</strong> variable)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 3:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T15:46:46-04:00</updated>

		<published>2004-12-20T15:46:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44267#p44267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44267#p44267"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44267#p44267"><![CDATA[
try:<div class="codebox"><p>Code: </p><pre><code>.set blah [exec echo "source ${incoming-path}yourscript.tcl" &gt;&gt;$config]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 3:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cracker]]></name></author>
		<updated>2004-12-20T15:07:55-04:00</updated>

		<published>2004-12-20T15:07:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44264#p44264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44264#p44264"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44264#p44264"><![CDATA[
hm, i'm now owner of the bot with all flags, but .tcl DOESN'T WORK ! <br>&lt;Cracker&gt; .tcl<br>&lt;WiFi&gt; What?  You need '.help'<br>i even added # in eggdrop.conf<br># unbind dcc n tcl *dcc:tcl<br># unbind dcc n set *dcc:set<br><br>Rehashed,restart it, but it doesn't work. What to do ?<br>(by the way, .set, .loadmod doesn't work too. maybe i need to load some module ?)<br>Loaded are:<br>[21:07:35] &lt;WiFi&gt; Modules loaded:<br>[21:07:35] &lt;WiFi&gt;   Module: stats (v1.3)<br>[21:07:35] &lt;WiFi&gt;   Module: gseen (v1.1)<br>[21:07:35] &lt;WiFi&gt;   Module: uptime (v1.2)<br>[21:07:35] &lt;WiFi&gt;   Module: encryption (v2.1)<br>[21:07:35] &lt;WiFi&gt;   Module: console (v1.1)<br>[21:07:35] &lt;WiFi&gt;   Module: notes (v2.1)<br>[21:07:35] &lt;WiFi&gt;   Module: transfer (v2.3)<br>[21:07:35] &lt;WiFi&gt;   Module: filesys (v2.0)<br>[21:07:35] &lt;WiFi&gt;   Module: irc (v1.3)<br>[21:07:35] &lt;WiFi&gt;   Module: ctcp (v1.0)<br>[21:07:35] &lt;WiFi&gt;   Module: server (v1.2)<br>[21:07:35] &lt;WiFi&gt;   Module: channels (v1.0)<br>[21:07:35] &lt;WiFi&gt;   Module: dns (v1.0)<br>[21:07:35] &lt;WiFi&gt;   Module: eggdrop (v106.17)<br>[21:07:35] &lt;WiFi&gt; End of modules list.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5813">Cracker</a> — Mon Dec 20, 2004 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-20T11:36:52-04:00</updated>

		<published>2004-12-20T11:36:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44254#p44254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44254#p44254"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44254#p44254"><![CDATA[
yes you can (assuming you have access to the .tcl command and have already sent yourscript.tcl to the bot):<div class="codebox"><p>Code: </p><pre><code>.tcl exec echo "source ${incoming-path}yourscript.tcl" &gt;&gt;$config.rehash</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 20, 2004 11:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cracker]]></name></author>
		<updated>2004-12-20T09:06:22-04:00</updated>

		<published>2004-12-20T09:06:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44243#p44243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44243#p44243"/>
		<title type="html"><![CDATA[TCL script RUN without shell access, can i?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44243#p44243"><![CDATA[
Hi!<br>I have full access to eggdrop, all flags. Can upload/download files... I uploaded TCL, and i need bot to run it. I need add it to eggdrop.conf that bot will recognize it. But with filesys, i can't change eggdrop.conf. And i don't have shell access. So what to do ?<br>(i can ask someone who has access to shell to add it to eggdrop.conf, but he is online only 1 time a week, so i thouth that i can add that it will run scripts from FOLDER, for example "source scripts/" not source "scripts/userinfo.tcl") can i ?<br>And i woun't add this folder, can i do something with DCC commands?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5813">Cracker</a> — Mon Dec 20, 2004 9:06 am</p><hr />
]]></content>
	</entry>
	</feed>
