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

	<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>2001-11-15T09:00:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-15T09:00:00-04:00</updated>

		<published>2001-11-15T09:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1691#p1691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1691#p1691"/>
		<title type="html"><![CDATA[Ideas?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1691#p1691"><![CDATA[
As far as I am aware, you can't add a part message to the partall command, at least not without confusing the bot.<br><br>Well, you answered the question yourself, I basicaly learned Tcl from reading tcl-commands.doc, the Tcl helpfiles (known as man pages) and reading through other script. For those of you on windows, you can download a windows help file from <a href="http://www.ppslim.ukshells.co.uk/netbots/tcl83.hlp" class="postlink">http://www.ppslim.ukshells.co.uk/netbots/tcl83.hlp</a> (under GPL of course). For a web-based version, visit <a href="http://tcl.activestate.com/man/tcl8.3/TclCmd/contents.htm" class="postlink">http://tcl.activestate.com/man/tcl8.3/T ... ntents.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Nov 15, 2001 9:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-15T00:03:00-04:00</updated>

		<published>2001-11-15T00:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1684#p1684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1684#p1684"/>
		<title type="html"><![CDATA[Ideas?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1684#p1684"><![CDATA[
Hi ppslim <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>Thanks for coding the script for me. It works!<br><br>By the way, can I know how did you learn coding tcl other than reading tcl-commands.doc? You mention in other post that you read tcl helpfile? Where can i get a copy? Which IRC network are you in? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>Err, one more help needed <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> Is there anyway I can add a part message for .partall? If yes, how can it be done?<br><br>Hopefully you can help me again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> I'm newbie to tcl. Hehe<br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile">)<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: galaxyboy on 2001-11-14 21:29 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Thu Nov 15, 2001 12:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-14T11:16:00-04:00</updated>

		<published>2001-11-14T11:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1670#p1670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1670#p1670"/>
		<title type="html"><![CDATA[Ideas?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1670#p1670"><![CDATA[
OK, lets make a .partall and a .resetall commands to do the job<br><div class="codebox"><p>Code: </p><pre><code>bind dcc n partall my:partallproc my:partall {hand idx arg} {  foreach _A [channels] {    channel set $_A +inactive  }  putdcc $idx "Set channels [string trim [join [channels] ", "] ", "] inactive"}bind dcc n resetall my:resetallproc my:resetall {hand idx arg} {  foreach _A [channels] {    channel set $_A -inactive  }  putdcc $idx "Re-activated channels [string trim [join [channels] ", "] ", "]"}</code></pre></div>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Nov 14, 2001 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-14T10:55:00-04:00</updated>

		<published>2001-11-14T10:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1668#p1668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1668#p1668"/>
		<title type="html"><![CDATA[Ideas?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1668#p1668"><![CDATA[
Hi,<br><br>Does anyone knows how to code a script such that when I use .partall (or some other command in DCC partyline), the bot would leave all channel it is in without rejoining back because of the existing channel records the bot once joined?<br><br>And is there anyway to code it such that it would restore all existing channel records once i use the command .joinall again?<br><br>If it is possible to code, can someone help me with it? I'm not sure with the coding <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>Thanks<p>Statistics: Posted by Guest — Wed Nov 14, 2001 10:55 am</p><hr />
]]></content>
	</entry>
	</feed>
