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

	<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>2005-07-20T09:32:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-20T09:32:11-04:00</updated>

		<published>2005-07-20T09:32:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52930#p52930</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52930#p52930"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52930#p52930"><![CDATA[
Instead of using a timer, you can store the nick and host in an array and when the bot regains ops (bind mode) it'll check if nick is in chan and bankick him.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jul 20, 2005 9:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-07-20T03:42:40-04:00</updated>

		<published>2005-07-20T03:42:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52920#p52920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52920#p52920"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52920#p52920"><![CDATA[
Actually I made that script in my early days. The thing is if ChanServ sometimes laggs, so if it gives delayed ops to the bot the punish proc does have a timer, but chanserv gives ops after a long time and the punish proc has been already executed. Since the bot not having ops at that time cannot kick the person, however the log file writes down the user was kicked, which is a mistake and I would need to bind kick for that I guess.<br><br>What can be done is to delay the punish proc timer more or add a second delayed punish proc to check if a similar thing has happened. If the bot is not opped and wanted to punish the user, then execute another delayed proc for punishment or something similar can be done.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 20, 2005 3:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-07-17T14:52:38-04:00</updated>

		<published>2005-07-17T14:52:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52709#p52709</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52709#p52709"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52709#p52709"><![CDATA[
<blockquote class="uncited"><div>Oh damn. Hmm... can u propose another one to me?? What's another good script therefore?</div></blockquote>slennox's <em class="text-italics">superbitch.tcl</em>, a component of the botnet script <em class="text-italics">netbots</em> is extremely effective.<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sun Jul 17, 2005 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-17T12:10:12-04:00</updated>

		<published>2005-07-17T12:10:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52693#p52693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52693#p52693"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52693#p52693"><![CDATA[
<blockquote class="uncited"><div>Oh damn. Hmm... can u propose another one to me?? What's another good script therefore?</div></blockquote>Search <a href="http://www.egghelp.org/tcl.htm" class="postlink">here</a> or <a href="http://www.tclscript.com" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 17, 2005 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-17T09:49:07-04:00</updated>

		<published>2005-07-17T09:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52691#p52691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52691#p52691"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52691#p52691"><![CDATA[
Oh damn. Hmm... can u propose another one to me?? What's another good script therefore?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sun Jul 17, 2005 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-17T09:44:27-04:00</updated>

		<published>2005-07-17T09:44:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52690#p52690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52690#p52690"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52690#p52690"><![CDATA[
It's probably issuing the deop and kick commands before it regains ops. Try another script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 17, 2005 9:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sloop]]></name></author>
		<updated>2005-07-17T09:32:34-04:00</updated>

		<published>2005-07-17T09:32:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52689#p52689</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52689#p52689"/>
		<title type="html"><![CDATA[Why does this not work?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52689#p52689"><![CDATA[
Hi @ll,<br><br>I installed this script here (Auto-REOp):<br><br><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=974" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... oad&amp;id=974</a><br><br>But when a normal Operator does kick my bot, or deop it, or kickban it... then the bot gains Ops back with ChanServ but the punishment seems not to work. In my log file of the bot (eggdrop.log) I can see lines like that:<br><br>[05:28] Punishing LittleMerlin (deopped securitybot on #mychan)<br>[05:35] Punishing LittleMerlin (kicked securitybot off #mychan)<br><br>That would mean, that my script realized it correctly, and he writes also the log file that he punishes him, but nothing happened! The bot did neither deop him, nor kick him.<br><br>Why?? How can I check that excalty, how do I trace this problem?<br><br>I dunno what to do. Can someone help?[/img][/url]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6470">Sloop</a> — Sun Jul 17, 2005 9:32 am</p><hr />
]]></content>
	</entry>
	</feed>
