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

	<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-04-02T17:13:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2003-04-02T17:13:33-04:00</updated>

		<published>2003-04-02T17:13:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18465#p18465</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18465#p18465"/>
		<title type="html"><![CDATA[how can I make my bot to op itself when he's deop'ed ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18465#p18465"><![CDATA[
You could bind a proc on all deops and check it against the bot's own nick, and if it matches have it privmsg the bot/service "L". If you do not know much about tcl, I suggest you read (at least) the file tcl-commands.doc that can be found in your eggdrop's doc/ directory. This way it can tell L what channel it needs the op for, without having to set the need-op for each one. This might actually be faster in the time it takes to reop, but could have serious problems with large deop floods.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Wed Apr 02, 2003 5:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-02T06:05:46-04:00</updated>

		<published>2003-04-02T06:05:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18440#p18440</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18440#p18440"/>
		<title type="html"><![CDATA[how can I make my bot to op itself when he's deop'ed ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18440#p18440"><![CDATA[
You need to change the value of "need-op" using the .chanset command for that channel.<br><br>Set it to<br><div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG L :invite op #chan"</code></pre></div>There is no current machanism where $chan is automaticaly sustituted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Apr 02, 2003 6:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-02T05:38:30-04:00</updated>

		<published>2003-04-02T05:38:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18439#p18439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18439#p18439"/>
		<title type="html"><![CDATA[how can I make my bot to op itself when he's deop'ed ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18439#p18439"><![CDATA[
In quakenet, there is a command to get ops (even if you are deop'ed in the channel... no need to rejoin or so) which is:<br>/msg L invite op $chan<br><br>what do I need to write in my new tcl file to make the bot check if its deop'ed and if it is, then write the above line and gain ops... ?<p>Statistics: Posted by Guest — Wed Apr 02, 2003 5:38 am</p><hr />
]]></content>
	</entry>
	</feed>
