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

	<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>2002-09-01T22:33:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2002-09-01T22:33:58-04:00</updated>

		<published>2002-09-01T22:33:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10324#p10324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10324#p10324"/>
		<title type="html"><![CDATA[binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10324#p10324"><![CDATA[
Refer to tcl-commands.doc (do a find for "bind need") for the full documentation, but here is an example of config file entries assuming your proc is named "chanserv_op":<br><div class="codebox"><p>Code: </p><pre><code>channel set #chan need-op chanserv_op</code></pre></div>would be replaced with<br><div class="codebox"><p>Code: </p><pre><code>bind need - "% op" chanserv_op</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Sun Sep 01, 2002 10:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-01T21:03:07-04:00</updated>

		<published>2002-09-01T21:03:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10323#p10323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10323#p10323"/>
		<title type="html"><![CDATA[binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10323#p10323"><![CDATA[
it says this in the netbots components (<strong class="text-strong">botnetop.tcl</strong>*) doc:<br><blockquote class="uncited"><div>Note that botnetop.tcl regularly clears and/or overwrites the need settings (need-op, need-invite, etc.) at intervals to prevent errors when upgrading or switching to botnetop.tcl from another script. If you require need settings for another purpose you should use need 'binds' (eggdrop 1.6 only) instead.</div></blockquote>it does indeed remove my need-*'s set in the conf. I need the bots to be able to ask chanserv for ops, while also asking other bots for ops. what good is this if all of the bots are deopped? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>question -- how do I bind need-*'s?<br><br>thanks<p>Statistics: Posted by Guest — Sun Sep 01, 2002 9:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
