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

	<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>2004-12-14T07:46:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-14T07:46:52-04:00</updated>

		<published>2004-12-14T07:46:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43997#p43997</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43997#p43997"/>
		<title type="html"><![CDATA[Has there been made a script like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43997#p43997"><![CDATA[
Hehe, okay I miss-understood. Him typing "code" in quotation marks, I thought he wanted a trigger or something. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Dec 14, 2004 7:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-12-14T07:31:32-04:00</updated>

		<published>2004-12-14T07:31:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43995#p43995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43995#p43995"/>
		<title type="html"><![CDATA[Re: Has there been made a script like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43995#p43995"><![CDATA[
<blockquote class="uncited"><div>so if the code is help<br><br>then it wont ban the user if he has the word help in his tekst.</div></blockquote>it's just what he wantet <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Tue Dec 14, 2004 7:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-13T21:28:26-04:00</updated>

		<published>2004-12-13T21:28:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43975#p43975</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43975#p43975"/>
		<title type="html"><![CDATA[Has there been made a script like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43975#p43975"><![CDATA[
But here we are checking if, every string has "help" in it, otherwise kick/ban that person?<br><br>How about to check for a triggers say "!help, .help, @help" etc to determine it is a code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Dec 13, 2004 9:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Finalizer]]></name></author>
		<updated>2004-12-13T10:36:32-04:00</updated>

		<published>2004-12-13T10:36:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43943#p43943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43943#p43943"/>
		<title type="html"><![CDATA[Has there been made a script like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43943#p43943"><![CDATA[
thank you so mutch <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=5777">Finalizer</a> — Mon Dec 13, 2004 10:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-12T18:06:24-04:00</updated>

		<published>2004-12-12T18:06:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43913#p43913</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43913#p43913"/>
		<title type="html"><![CDATA[Has there been made a script like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43913#p43913"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set r "help only allowed"bind pubm - * checkproc check {n u h c t} {  if ![string match -nocase *help* $t] {    if ![matchattr $h o|o $c] {      newchanban $c [maskhost $n!$u] helponly $::r      putkick $c $n $::r    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 12, 2004 6:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Finalizer]]></name></author>
		<updated>2004-12-12T15:41:49-04:00</updated>

		<published>2004-12-12T15:41:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43909#p43909</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43909#p43909"/>
		<title type="html"><![CDATA[Has there been made a script like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43909#p43909"><![CDATA[
a script that bans everyone that doesnt use a "code" when he says something in the chan<br><br>even bans ppl that are added to friends list.<br>but not opers<br><br><br>so if the code is help<br><br>then it wont ban the user if he has the word help in his tekst.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5777">Finalizer</a> — Sun Dec 12, 2004 3:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
