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

	<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-11-06T20:15:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T20:15:26-04:00</updated>

		<published>2006-11-06T20:15:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67806#p67806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67806#p67806"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67806#p67806"><![CDATA[
Thanks for you're help rosc, I don't think this is going to get any secure, it works some/ helps some..<br><br>Can paste this is:<br>/mode #chan -o Me <br>/mode #chan +o Me <br>/mode #chan +o UsersNick <br>/mode #chan -o Me <br>/mode #chan +o Me <br>/mode #chan +o UsersNick <br>/mode #chan -o Me <br>/mode #chan +o Me <br>/mode #chan +o UsersNick <br><br>and it will pass it again LOL so I think op/deop flood should be enabled now.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-06T19:59:33-04:00</updated>

		<published>2006-11-06T19:59:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67804#p67804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67804#p67804"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67804#p67804"><![CDATA[
Yep, just make duplicate timers with different times:<br><br>     utimer 2 [list timerproc $mode $chan $nick $target] <br>     utimer 5 [list timerproc $mode $chan $nick $target] <br>     utimer 10 [list timerproc $mode $chan $nick $target] <br>etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 06, 2006 7:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T19:39:53-04:00</updated>

		<published>2006-11-06T19:39:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67802#p67802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67802#p67802"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67802#p67802"><![CDATA[
anyway I can have timer try at 2, 5, 10, 15, and 20 secs?  Just want to be on safe side.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T19:03:36-04:00</updated>

		<published>2006-11-06T19:03:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67801#p67801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67801#p67801"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67801#p67801"><![CDATA[
Yeah I had double-mode set to 1 the whole time.. <br><br>The time script works when I set it to 5 secs, thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-06T18:53:39-04:00</updated>

		<published>2006-11-06T18:53:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67799#p67799</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67799#p67799"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67799#p67799"><![CDATA[
The proc is running then..  What do you have in your eggdrop.conf for <br><br>set double-mode <br><br>Try setting that to 1.  If that does not help, then you'll need to add a timer and a proc to execute the timer's commands.<br><br>That would be like:<div class="codebox"><p>Code: </p><pre><code>bind mode - * check_deopproc check_deop {nick host hand chan mode target} {     utimer 2 [list timerproc $mode $chan $nick $target]} proc timerproc {mode chan nick target} {    if {$mode == "+o" &amp;&amp; ![isbotnick $nick] &amp;&amp; ![isbotnick $target]} {         pushmode $chan "-o" $target    } }</code></pre></div>That should do the trick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 06, 2006 6:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T13:56:10-04:00</updated>

		<published>2006-11-06T13:56:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67795#p67795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67795#p67795"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67795#p67795"><![CDATA[
Hi rosc..<br><br>I did as you asked..<br><br>Then I copy pasted this in to room real fast:<br>/mode #chan -o Me<br>/mode #chan +o Me<br>/mode #chan +o UsersNick<br><br>Then putty shows:<br><br>[12:48] #chan: mode change '-o Me' by Me!Me@Me<br>[12:48] proc check_deop running<br>[12:48] #chan: mode change '+o Me' by Me!Me@Me<br>[12:48] proc check_deop running<br>[12:48] #chan: mode change '+o UsersNick' by Me!Me@Me<br>[12:48] proc check_deop running<br><br>-------------------<br><br>If I do it slow:<br><br>[12:51pm] * Me sets mode: +o UsersNick<br>[12:52pm] * BOT sets mode: -o UsersNick<br><br>Putty:<br>[12:51] #chan: mode change '+o UsersNick' by Me!Me@Me<br>[12:51] proc check_deop running<br>[12:52] #chan: mode change '-o UsersNick' by Bot!Bot@Bot<br>[12:52] proc check_deop running<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-06T11:03:15-04:00</updated>

		<published>2006-11-06T11:03:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67793#p67793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67793#p67793"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67793#p67793"><![CDATA[
Odd that bitch mode is so easily defeated too..  Put something like this into the proc before the "if" :  <br><br>putcmdlog "proc check_deop running"  <br><br>just to see if the proc is even being executed as it should be. If its not executing, I think you found a bona fide bug, which would likely be beyond this forum's ability to fix and should be reported to egghead's developers.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 06, 2006 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T03:05:53-04:00</updated>

		<published>2006-11-06T03:05:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67790#p67790</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67790#p67790"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67790#p67790"><![CDATA[
Just tried superbitch.tcl by slennox still does same when they flood it fast bot don't deop them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 3:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T01:58:40-04:00</updated>

		<published>2006-11-06T01:58:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67788#p67788</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67788#p67788"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67788#p67788"><![CDATA[
I tried +bitch but it still lets me op a user real fast and does nothing unless i op them slow.<br><br>* TheOp sets mode: -o TheOp <br>* TheOp sets mode: +o TheOp <br>* TheOp sets mode: +o User <br><br>Seems to deop user when bot enters room but not when op deops and reops then ops user real fast.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 1:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T01:19:44-04:00</updated>

		<published>2006-11-06T01:19:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67786#p67786</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67786#p67786"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67786#p67786"><![CDATA[
I'm still not good with timers, can you help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 1:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-06T01:18:43-04:00</updated>

		<published>2006-11-06T01:18:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67785#p67785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67785#p67785"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67785#p67785"><![CDATA[
Is there also a reason you can't enable "bitch" mode in the bot, to keep non-users from getting ops at all?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 06, 2006 1:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-06T01:17:05-04:00</updated>

		<published>2006-11-06T01:17:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67784#p67784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67784#p67784"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67784#p67784"><![CDATA[
<blockquote class="uncited"><div>well can pushmode be changed to something slower? I don't have any lag, server is pretty fast on 6GB ram.</div></blockquote>Make a timer to delay execution?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 06, 2006 1:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-06T01:15:55-04:00</updated>

		<published>2006-11-06T01:15:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67783#p67783</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67783#p67783"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67783#p67783"><![CDATA[
Question: If you put a "putcmdlog" string into that proc, does it in fact get triggered?<br><br>I'm wondering if it has to do with the "set double-mode" option in the eggdrop config, but I can't find much in the way of documentation for it, can't find much about it in the src either..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 06, 2006 1:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T01:15:51-04:00</updated>

		<published>2006-11-06T01:15:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67782#p67782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67782#p67782"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67782#p67782"><![CDATA[
well can pushmode be changed to something slower? I don't have any lag, server is pretty fast on 6GB ram.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 1:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-11-06T01:11:08-04:00</updated>

		<published>2006-11-06T01:11:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67781#p67781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67781#p67781"/>
		<title type="html"><![CDATA[Secure this deop on op script?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67781#p67781"><![CDATA[
I think lag was your enemy on this occasion.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Nov 06, 2006 1:11 am</p><hr />
]]></content>
	</entry>
	</feed>
