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

	<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>2005-04-12T14:40:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-12T14:40:47-04:00</updated>

		<published>2005-04-12T14:40:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48063#p48063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48063#p48063"/>
		<title type="html"><![CDATA[scripts not work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48063#p48063"><![CDATA[
they have been working for windrop probably at least once, but it can always happen that changes in TCL, cygwin or eggdrop break this or that ^-^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Apr 12, 2005 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[XPFTP]]></name></author>
		<updated>2005-04-12T14:11:29-04:00</updated>

		<published>2005-04-12T14:11:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48061#p48061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48061#p48061"/>
		<title type="html"><![CDATA[ty]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48061#p48061"><![CDATA[
ty for the help.. i guess i sholuld try the unix flavoer of eggdrop .. and see how the scripts work ... i thought the tcl's on the windrop site where there for only windrop-eggdrop.. but seems i may have been wrong ... ty for all the help ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6096">XPFTP</a> — Tue Apr 12, 2005 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-12T06:39:54-04:00</updated>

		<published>2005-04-12T06:39:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48049#p48049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48049#p48049"/>
		<title type="html"><![CDATA[scripts not work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48049#p48049"><![CDATA[
<blockquote class="uncited"><div><strong class="text-strong">How can I create Tcl scripts for Windrop?</strong><br>The <strong class="text-strong">tcl-commands.doc</strong> file in the <strong class="text-strong">doc</strong> directory of Windrop contains basic details of the Tcl scripting commands used in Eggdrop/Windrop.</div></blockquote>This depends on either you have Cygwin installed or not. With an installation of Cygwin you have most of the common Unix commands avaible. Unfortunately there is a current bug making eggdrop unable to use "exec ..." and "open |..." under Cygwin, but under some circumstances a workaround is possible (if you look for one here, you will find one, but however this workaround requires some TCL knowledge to integrate <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=2382">De Kus</a> — Tue Apr 12, 2005 6:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Linux]]></name></author>
		<updated>2005-04-12T06:27:33-04:00</updated>

		<published>2005-04-12T06:27:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48048#p48048</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48048#p48048"/>
		<title type="html"><![CDATA[scripts not work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48048#p48048"><![CDATA[
<strong class="text-strong">REPLY Of Your Question Part.1</strong><br><span style="text-decoration:underline">First you ask that Where can I find some good scripts?</span><br>The best places to look for useful scripts are at <a href="http://www.egghelp.org/tcl.htm" class="postlink">http://www.egghelp.org/tcl.htm</a> or <a href="http://www.tclscript.com" class="postlink">http://www.tclscript.com</a> ! you can even search for scripts at both those sites.<br>Many other scripts are available on the EggHeads FTP site in the 1.* directories. The directory numbers refer to the version of Eggdrop/Windrop that the scripts were created for.<br><br><strong class="text-strong">REPLY Of Your Question Part.2</strong><br><span style="text-decoration:underline">How can I add scripts to my Windrop?</span><br>Unpack the script with a utility like Winzip, most scripts are compressed with gzip (They have a .gz file extension).<br>Open the script with a text editor (Don't use notepad!) and choose the settings you want.<br>Move the script(s) to the scripts directory of your Windrop and add the following line to the end of your config file:<div class="codebox"><p>Code: </p><pre><code>source scripts/script.tcl</code></pre></div>Where script.tcl is the filename of the script<br>Then either <strong class="text-strong">.rehash</strong> or <strong class="text-strong">.restart</strong> bot via dcc chat/telnet or /msg bot rehash password<br><br><strong class="text-strong">REPLY Of Your Question Part.3</strong><br><span style="text-decoration:underline">Why do some scripts fail to work with Windrop?</span><br>Any script that uses Unix specific commands will not work with Windrops since the commands aren't available under Windows<br>Many older scripts no longer work with recent version(s) of Windrop due to changes made in the code. Sometimes using the built in compatibility script will help. Add the following command to the start of the <strong class="text-strong">scripts</strong> section of your config file if it isn't already there:<div class="codebox"><p>Code: </p><pre><code>source scripts/compat.tcl</code></pre></div>Still, if you are not satisfied then make tcl of your own.<br><br><strong class="text-strong">How can I create Tcl scripts for Windrop?</strong><br>The <strong class="text-strong">tcl-commands.doc</strong> file in the <strong class="text-strong">doc</strong> directory of Windrop contains basic details of the Tcl scripting commands used in Eggdrop/Windrop.<br>A good guide to Tcl scripting for Eggdrop/Windrop is at SUNiNet i.e <a href="http://www.suninet.nl/tclguide/" class="postlink">http://www.suninet.nl/tclguide/</a><br> <br><br>-REGARDS-<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4783">Linux</a> — Tue Apr 12, 2005 6:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[XPFTP]]></name></author>
		<updated>2005-04-12T05:04:06-04:00</updated>

		<published>2005-04-12T05:04:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48047#p48047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48047#p48047"/>
		<title type="html"><![CDATA[scripts not work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48047#p48047"><![CDATA[
hello.. iam new to all this and tcl's .. but one thing i have had a issue with is this.. out of maybe 30 scripts adn most of them from the eggdrop site for windrop.. dont work.... is there any thing i may need to know ahead of time or errors or whatever ... iam lost .. doing a /map here lol<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6096">XPFTP</a> — Tue Apr 12, 2005 5:04 am</p><hr />
]]></content>
	</entry>
	</feed>
