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

	<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-01-31T23:14:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-01-31T23:14:37-04:00</updated>

		<published>2005-01-31T23:14:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46047#p46047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46047#p46047"/>
		<title type="html"><![CDATA[i need tcl steps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46047#p46047"><![CDATA[
<blockquote class="uncited"><div> i download tcl script but winzip does not  support, what program i need to open tcl script ?</div></blockquote>I use winrar to open linux archives in GUI, it supports all needed: tar, gz, and bz2. Remember, if you extract .tar(.*) files not within a unix enviroment, some file flags may be lost (not relevant, when all files have default ^^).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Jan 31, 2005 11:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nemo]]></name></author>
		<updated>2005-01-31T23:05:17-04:00</updated>

		<published>2005-01-31T23:05:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46045#p46045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46045#p46045"/>
		<title type="html"><![CDATA[i need tcl steps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46045#p46045"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set mynet "irc.austnet.org" set myhomechan "#Adult_Flirt_Trivia" set mycserv "ChanOp" set mynserv "nickop@austnet.org" set mypasswd "sup3r_s3cr3t_passW3rd" set myidmsg "IDENTIFY $mypasswd" ##  Here are the server mod variables: bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick mynserv myidmsg  putserv "MODE $botnick +iw-sv"  putserv "PRIVMSG $mynserv :$myidmsg" } bind evnt - connect-server evnt:connect_server proc evnt:connect_server {type} { global botnick mynserv myidmsg  putserv "MODE $botnick +iw-sv"  putserv "PRIVMSG $mynserv :$myidmsg" }</code></pre></div>this help me work fine<br><br>thanks alot YooHoo ]Kami[ and awyeah <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5416">nemo</a> — Mon Jan 31, 2005 11:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-31T21:07:42-04:00</updated>

		<published>2005-01-31T21:07:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46038#p46038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46038#p46038"/>
		<title type="html"><![CDATA[i need tcl steps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46038#p46038"><![CDATA[
If you don't have a suitable software, just upload it onto your shell, then<br>'tar zxvf file.name.zip' and unzip it. Then go ahead and use pico, download it whatever, modify it and use it.<br><br>If you want to identify on connection to the IRC server you wouldn't really need such a script, just lookup the word "init-server" in the forums search option and you can modify that small piece of code to identify to nickserv, chanserv and make your bot set +R to its nick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Jan 31, 2005 9:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nemo]]></name></author>
		<updated>2005-01-31T20:37:44-04:00</updated>

		<published>2005-01-31T20:37:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46037#p46037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46037#p46037"/>
		<title type="html"><![CDATA[i need tcl steps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46037#p46037"><![CDATA[
i want bot identify it self by  NickServ  chanserv and lock the mode +R <br><br><a href="http://www.egghelp.org/tclhtml/3478-4-6-0-1.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-6-0-1.htm</a><br><br> i download tcl script but winzip does not  support, what program i need to open tcl script ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5416">nemo</a> — Mon Jan 31, 2005 8:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-25T04:13:10-04:00</updated>

		<published>2005-01-25T04:13:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45809#p45809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45809#p45809"/>
		<title type="html"><![CDATA[Re: i need tcl steps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45809#p45809"><![CDATA[
<blockquote class="uncited"><div>Hello<br><br>i have eggdrop online but i need tcl script, how setup tcl and what are the steps ?</div></blockquote>What sort of TCL Script do you require?<br><br>Have you looked in our Archive at all the scripts available?<br><br>To load a tcl onto your bot you need put the script into the scripts directory and tell your eggdrop where to find it by adding<br><div class="codebox"><p>Code: </p><pre><code>source scripts/mychosen.tcl</code></pre></div>where mychosen.tcl is the name of the tcl that you are loading<br>at the bottom of eggdrop.conf<br><br>here is a link to our tcl archive<br><br><a href="http://www.egghelp.org/tcl.htm" class="postlink">Click Me!</a><br><br>Hope this helps  <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=3723">^DooM^</a> — Tue Jan 25, 2005 4:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nemo]]></name></author>
		<updated>2005-01-24T22:13:22-04:00</updated>

		<published>2005-01-24T22:13:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45806#p45806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45806#p45806"/>
		<title type="html"><![CDATA[i need tcl steps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45806#p45806"><![CDATA[
Hello<br><br>i have eggdrop online but i need tcl script, how setup tcl and what are the steps ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5416">nemo</a> — Mon Jan 24, 2005 10:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
