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

	<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>2014-12-23T05:12:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bero93]]></name></author>
		<updated>2014-12-23T05:12:48-04:00</updated>

		<published>2014-12-23T05:12:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103390#p103390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103390#p103390"/>
		<title type="html"><![CDATA[except words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103390#p103390"><![CDATA[
Thank you Spike (And sorry Moderator)<br><br>I agree with you about channel moderators, <br>The single bind idea is great, i think i will make something like that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12466">bero93</a> — Tue Dec 23, 2014 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2014-12-22T18:43:12-04:00</updated>

		<published>2014-12-22T18:43:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103389#p103389</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103389#p103389"/>
		<title type="html"><![CDATA[Not a sound way to trigger a badword script!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103389#p103389"><![CDATA[
Proving once &amp; for all how futile all badword scripts are. They never deliver the expected behavior, missing the obvious &amp; triggering erroneously.<br>Nothing can replace a few good channel moderators that aren't afraid to ban offenders.<br><br>The way the script is wrote makes it very hard to write proper binds to cover every possible instance of a word. But let me try....<div class="codebox"><p>Code: </p><pre><code>###The bad words add and remove as you please   bind pubm - "hoer" badword           ;# for the word by itself #  bind pubm - "hoer *" badword         ;# line starting with the word #  bind pubm - "* hoer" badword         ;# line ending with the word #  bind pubm - "* hoer *" badword       ;# word somewhere in the line#</code></pre></div>...and that still doesn't cover every way a person will learn to get by your binds.<br><br><br>It would be much easier to write a single bind and have your script try to figure out if a line includes badwords...<div class="codebox"><p>Code: </p><pre><code>bind pubm - * badword</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Mon Dec 22, 2014 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bero93]]></name></author>
		<updated>2014-12-22T08:58:05-04:00</updated>

		<published>2014-12-22T08:58:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103385#p103385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103385#p103385"/>
		<title type="html"><![CDATA[except words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103385#p103385"><![CDATA[
I am strugling with the badwords expressions..<br><br>We have a dutch badword like hoer.<br>and a normal word calles hoera.<br><br>how do i do this?<br>how can i allow hoera and dissalow hoer (in the line "i am a hoer" and "fluthoer" and "hoer is bad" ?<br><br><span style="color:red">Moderator edit: Please don't revive OLD topics. Open your own and add a reference to yours. Like this for instance:<br><br>Reference: <a href="http://forum.egghelp.org/viewtopic.php?t=19830" class="postlink">log user text to file?</a></span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12466">bero93</a> — Mon Dec 22, 2014 8:58 am</p><hr />
]]></content>
	</entry>
	</feed>
