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

	<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>2006-09-02T12:45:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-09-02T12:45:00-04:00</updated>

		<published>2006-09-02T12:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66063#p66063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66063#p66063"/>
		<title type="html"><![CDATA[Channel Key Save.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66063#p66063"><![CDATA[
Untested code, but should do the trick...<br><div class="codebox"><p>Code: </p><pre><code>bind mode - * update_keybind raw - 324 get_keybind need - "% key" use_keyproc update_key {bind nick host hand chan what text} { global chankey if {$what == "+k"} {  set chankey([string tolower $chan]) $text }}proc get_key {from what text} { global chankey set params [split text] if {[string match "+*k*" [lindex $params 2]]} {  set chankey([string tolower [lindex $params 1]]) [lindex $params end] } return 0}proc use_key {chan type} { global chankey if {[info exists chankey([string tolower $chan])]} {  putserv "JOIN $chan $chankey([string tolower $chan])" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Sep 02, 2006 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[krimson]]></name></author>
		<updated>2006-09-02T11:24:31-04:00</updated>

		<published>2006-09-02T11:24:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66061#p66061</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66061#p66061"/>
		<title type="html"><![CDATA[Channel Key Save.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66061#p66061"><![CDATA[
<a href="http://www.egghelp.org/faq.htm#034" class="postlink">http://www.egghelp.org/faq.htm#034</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7663">krimson</a> — Sat Sep 02, 2006 11:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CoMMy]]></name></author>
		<updated>2006-09-02T09:05:35-04:00</updated>

		<published>2006-09-02T09:05:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66058#p66058</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66058#p66058"/>
		<title type="html"><![CDATA[Channel Key Save.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66058#p66058"><![CDATA[
Hi guys,<br><br>I want to create a script that will save the channel key when its currently in the channel that has it so that it will be able to rejoin the channel incase of a ping timeout or a disconnect of some sort.<br><br>Any ideas how to do this or if there is a ready script?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3555">CoMMy</a> — Sat Sep 02, 2006 9:05 am</p><hr />
]]></content>
	</entry>
	</feed>
