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

	<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-30T02:16:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-30T02:16:08-04:00</updated>

		<published>2003-04-30T02:16:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19662#p19662</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19662#p19662"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19662#p19662"><![CDATA[
Especially when you want to use the value... ${a(b)(c)}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Apr 30, 2003 2:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kebabdjuret]]></name></author>
		<updated>2003-04-30T00:32:25-04:00</updated>

		<published>2003-04-30T00:32:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19661#p19661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19661#p19661"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19661#p19661"><![CDATA[
<blockquote class="uncited"><div>"set a(b)(c) value" creates a element in "a" called "b)(c"<br>- it looks bad, but it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Really?<br><br>Haha, not very nice. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=829">kebabdjuret</a> — Wed Apr 30, 2003 12:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-04-29T18:24:22-04:00</updated>

		<published>2003-04-29T18:24:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19653#p19653</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19653#p19653"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19653#p19653"><![CDATA[
"set a(b)(c) value" creates a element in "a" called "b)(c"<br>- it looks bad, but it works <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=2878">user</a> — Tue Apr 29, 2003 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kebabdjuret]]></name></author>
		<updated>2003-04-29T13:33:52-04:00</updated>

		<published>2003-04-29T13:33:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19640#p19640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19640#p19640"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19640#p19640"><![CDATA[
<blockquote class="uncited"><div>Are you seeing the output from this on the partyline?<br><br>WHile I havn't tested it, I don't think you can use arrays in this way</div></blockquote>The array is fine. The problem was.. uhm, the bot wasn't op. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=829">kebabdjuret</a> — Tue Apr 29, 2003 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-29T12:49:11-04:00</updated>

		<published>2003-04-29T12:49:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19639#p19639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19639#p19639"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19639#p19639"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putlog "kick($nick)($chan) removed"</code></pre></div>Are you seeing the output from this on the partyline?<br><br>WHile I havn't tested it, I don't think you can use arrays in this way<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 29, 2003 12:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kebabdjuret]]></name></author>
		<updated>2003-04-30T00:33:51-04:00</updated>

		<published>2003-04-29T11:50:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19634#p19634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19634#p19634"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19634#p19634"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set rejoinTime "5"set banTime "10"global kick rejoinTime banTime        bind kick - * storeKickbind join - * checkJoin proc storeKick {nick host hand chan target reason} {        global kick rejoinTime banTime        set kick($target)($chan) 1        putlog "$target kicked from $chan"        utimer $rejoinTime "removeKick $target $chan"}proc checkJoin {nick host hand chan} {        global kick rejoinTime banTime        if {[info exists kick($nick)($chan)]} {                unset kick($nick)($chan)                putlog "kick($nick)($chan) removed"                putserv "MODE $chan +b $nick!$host"                putserv "KICK $chan $nick :Auto rejoin is bad. $banTime min temp ban"                timer $banTime "removeBan $chan $nick $host"        }}proc removeKick {t c} {        global kick rejoinTime banTime        if {[info exists kick($t)($c)]} {                unset kick($t)($c)                putlog "kick($t)($c) removed"        }}proc removeBan {c n h} {        global kick rejoinTime banTime        putserv "MODE $c -b $n!$h"        putlog "Ban on $n!$h removed."}</code></pre></div>My putserv "MODE $chan +b $nick!$host" and putserv "KICK $chan $nick :Auto rejoin is bad. $banTime min temp ban" doesn't work. Any idea?<br><br>(This is my first script.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=829">kebabdjuret</a> — Tue Apr 29, 2003 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kebabdjuret]]></name></author>
		<updated>2003-04-28T14:35:27-04:00</updated>

		<published>2003-04-28T14:35:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19569#p19569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19569#p19569"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19569#p19569"><![CDATA[
<blockquote class="uncited"><div>or you could try searching in the tcl-archive at <a href="www.egghelp.org" class="postlink">www.egghelp.org</a></div></blockquote>Been there, done that.<br><br>Can't find anyting.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=829">kebabdjuret</a> — Mon Apr 28, 2003 2:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-28T14:29:21-04:00</updated>

		<published>2003-04-28T14:29:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19568#p19568</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19568#p19568"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19568#p19568"><![CDATA[
heh..<br>just ban them for 10 mins <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>or you could try searching in the tcl-archive at <a href="www.egghelp.org" class="postlink">www.egghelp.org</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Apr 28, 2003 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kebabdjuret]]></name></author>
		<updated>2003-04-28T14:25:15-04:00</updated>

		<published>2003-04-28T14:25:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19567#p19567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19567#p19567"/>
		<title type="html"><![CDATA[Prevent auto rejoin.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19567#p19567"><![CDATA[
Hi!<br><br>I'm looking for a script that bans people with auto rejoin for some time. (10 minutes maybe?)<br><br>If i kick them I want them to stay out for a while <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Thanks.<br><br>Fredrik<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=829">kebabdjuret</a> — Mon Apr 28, 2003 2:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
