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

	<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>2003-08-10T08:28:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-10T08:28:59-04:00</updated>

		<published>2003-08-10T08:28:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24649#p24649</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24649#p24649"/>
		<title type="html"><![CDATA[different channels - different settings? [possible solution]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24649#p24649"><![CDATA[
Hi.<br>I overthought some settings in netset.tcl and I see a way to make some of the settings really usable for multiple channels.<br>This way involves using setudef and channel get.<br><br>By now we have this innetset.tcl:<br>...<br># repeat.tcl settings<br>set nb_component(repeat) 1<br>set rp_chans "#drawn-reality"<br>...<br>and some logic in repeat.tcl as well of course<br><br>My suggestion is to remove rp_chans and rp_echans completely and instead using this:<br>setudef flag "slennox-repeat" #or whatever you want to call it<br>(probably at the end of netset.tcl)<br><br>then... one could check [channel get #channel "slennox-repeat"] == 1 in order to see wether to apply repeat flood protections to #channel or not. This way would allow changing settings during run-time and having per-channel-settings without too much work.<br><br>You can use this setudef/channel get stuff not only for repeat flood protection but as well for sentinel as well e.g.<br><br>EDIT: settings would be done using .chanset then or in the bots' config file (like +nodesynch and so on)<br><br>The only thing I don't know is the required version of eggdrop for using setudef.<p>Statistics: Posted by Guest — Sun Aug 10, 2003 8:28 am</p><hr />
]]></content>
	</entry>
	</feed>
