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

	<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-07-31T09:06:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-31T09:06:23-04:00</updated>

		<published>2003-07-31T09:06:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24222#p24222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24222#p24222"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24222#p24222"><![CDATA[
also User's solution is good, it removes the bans when the channel reaches the maximum bans.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jul 31, 2003 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-07-31T06:06:14-04:00</updated>

		<published>2003-07-31T06:06:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24219#p24219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24219#p24219"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24219#p24219"><![CDATA[
I don't want to write you the script, and I doubt anyone else wants to either... the ban-removal problem I've already made an script for, it's old and I haven't used it for ages... but it's on the webby, it's called unbanner<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Jul 31, 2003 6:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-30T22:23:17-04:00</updated>

		<published>2003-07-30T22:23:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24213#p24213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24213#p24213"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24213#p24213"><![CDATA[
I understand nothing  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br>Can anyone write me this Script please?<br>It must Ban:<br>Website Adv. (*!*Identd@Host)<br>Channel Adv. (*!*Identd@Host)<br>Repeat - 2 Repeats in 60 sec. (*!*Identd@Host)<br>Channel msg - 7 lines in 10 seconds (*!*Identd@Host)<br>Channel Notice - (*!*@Host)<br><br>It Can use 15 Bans, and when the 15 Bans are reached the Bot must set:<br> -b+b OldestBan NewBan and this all the Time <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>But he only set -b his Owne bans, no these from the user users.<br><br>Please Help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by Guest — Wed Jul 30, 2003 10:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-07-28T17:10:06-04:00</updated>

		<published>2003-07-28T17:10:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24127#p24127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24127#p24127"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24127#p24127"><![CDATA[
Add a call to this proc (with the channel name as a parameter) above each line of code placing a ban.<br>Or just insert the body of the proc (and change the variable name if needed).<div class="codebox"><p>Code: </p><pre><code>proc rmBanIfNeeded {chan} {if {[llength [chanbans $chan]]==${::max-bans}} {pushmode $chan -b [lindex [lindex [chanbans $chan] 0] 0]}}</code></pre></div>This proc doesn't care about sticky bans...if you need it to you'll have to code it yourself <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> — Mon Jul 28, 2003 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-28T16:37:14-04:00</updated>

		<published>2003-07-28T16:37:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24126#p24126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24126#p24126"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24126#p24126"><![CDATA[
[maskhost *[getchanhost $uhost]] do -b+b?<br>Thats all? Sure?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by Guest — Mon Jul 28, 2003 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-28T14:06:15-04:00</updated>

		<published>2003-07-28T14:06:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24115#p24115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24115#p24115"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24115#p24115"><![CDATA[
replace the ban with [maskhost *[getchanhost $uhost]]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jul 28, 2003 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-28T13:12:29-04:00</updated>

		<published>2003-07-28T13:12:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24112#p24112</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24112#p24112"/>
		<title type="html"><![CDATA[Channel protection Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24112#p24112"><![CDATA[
Can anyone make me a Channel protection Script, include: Repeat, Flood, Advertise (Channel and Website), Channel Notice Ban. Finding these Script is no Problem, but i need an Special Ban. In my Channel are many Spamers, and the Bot have only 15 bans to use.  So Time Ban sux, i want that the Bot bans -b+b *!*<a href="mailto:Old@evil.host">Old@evil.host</a> *!*New@Evilhost. Cause, it sux when the Banlist is full and he just Kick and Kick and Kick <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">. I Hope you understand me, cause my English sux.<p>Statistics: Posted by Guest — Mon Jul 28, 2003 1:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
