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

	<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>2021-08-31T06:17:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-08-31T06:17:22-04:00</updated>

		<published>2021-08-31T06:17:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110278#p110278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110278#p110278"/>
		<title type="html"><![CDATA[After X mins Bot op himself if deopd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110278#p110278"><![CDATA[
Tested, it works.<div class="codebox"><p>Code: </p><pre><code>12:13:18 -- Mode #raspfr [-o Raspdrop] par CrazyCat#PartyLine [12:13] triggering bind deopped12:14:19 -- Mode #raspfr [+o Raspdrop] par Raspdrop</code></pre></div>The only thing you have to adapt is the way you op the eggdrop. In my case, Raspdrop is ircop so it can override.<br>Change the <em class="text-italics">MODE $chan +o $::botnick</em> (which is an example) with something working, like <em class="text-italics">MSG ChanServ :op $chan $::botnick</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Aug 31, 2021 6:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[illusionist]]></name></author>
		<updated>2021-08-31T01:44:16-04:00</updated>

		<published>2021-08-31T01:44:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110277#p110277</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110277#p110277"/>
		<title type="html"><![CDATA[After X mins Bot op himself if deopd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110277#p110277"><![CDATA[
Hello everyone ...<br><br>Thanks CraZyCat For responding ... <br><br>I Tried That above mentioned code ... But nothing happened... No response fom bot ... No error ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12853">illusionist</a> — Tue Aug 31, 2021 1:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-08-29T15:08:23-04:00</updated>

		<published>2021-08-29T15:08:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110270#p110270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110270#p110270"/>
		<title type="html"><![CDATA[After X mins Bot op himself if deopd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110270#p110270"><![CDATA[
I alway confuse with vwait.<br>But it could be done using timer too<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Aug 29, 2021 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2021-08-29T14:40:35-04:00</updated>

		<published>2021-08-29T14:40:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110269#p110269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110269#p110269"/>
		<title type="html"><![CDATA[After X mins Bot op himself if deopd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110269#p110269"><![CDATA[
Isn't <em class="text-italics">after</em> a synchronous process? I mean won't it block until after is processed?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Aug 29, 2021 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-08-29T04:07:20-04:00</updated>

		<published>2021-08-29T04:07:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110261#p110261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110261#p110261"/>
		<title type="html"><![CDATA[After X mins Bot op himself if deopd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110261#p110261"><![CDATA[
Something like:<div class="codebox"><p>Code: </p><pre><code># delay in secondsset opdelay 60bind mode - * deoppedproc deopped {nick uhost hand chan mode target} {   if {$mode eq "-o" &amp;&amp; [isbotnick $target]} {      after [expr {$::opdelay * 1000}] [list putserv "MODE $chan +o $::botnick"]   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Aug 29, 2021 4:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[illusionist]]></name></author>
		<updated>2021-08-29T00:53:19-04:00</updated>

		<published>2021-08-29T00:53:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110260#p110260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110260#p110260"/>
		<title type="html"><![CDATA[After X mins Bot op himself if deopd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110260#p110260"><![CDATA[
Hello everyone <img alt="😊" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f60a.svg">.    <br>I'm here to request A Script for eggdrop...<br><br>Bot op himself if deopd after a specific Time which is set. <br>Any suggestions <br>Solutions ...<br>Pleased<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12853">illusionist</a> — Sun Aug 29, 2021 12:53 am</p><hr />
]]></content>
	</entry>
	</feed>
