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

	<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>2006-09-23T10:43:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2006-09-23T10:43:55-04:00</updated>

		<published>2006-09-23T10:43:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66600#p66600</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66600#p66600"/>
		<title type="html"><![CDATA[Quick Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66600#p66600"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - * censoredproc censored {nickname hostname handle channel text} {  if {[string match -nocase *censored* $text] &amp;&amp; ![string match -nocase #STAFFCHANNEL $channel]} {    putserv "PRIVMSG $channel :Please dont use language like that in a public channel."    putserv "PRIVMSG #STAFFCHANNEL :The following censored line was detected \"$text\" by $nickname on $channel.  }}</code></pre></div>Change both instances of #STAFFCHANNEL to your staff channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sat Sep 23, 2006 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-09-23T08:37:17-04:00</updated>

		<published>2006-09-23T08:37:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66596#p66596</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66596#p66596"/>
		<title type="html"><![CDATA[Quick Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66596#p66596"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind pub - "*censored" censored:checkproc censored:check {nick uhost hand chan text} {putquick "PRIVMSG $nick :Please don't curse in $chan"}</code></pre></div>Something like this.</div></blockquote>You shouldn't attempt to make scripts for others since you obviously don't know how a PUB bind works.<br><br><br>also, <br><blockquote class="uncited"><div>(user) why dont you go &lt;consored&gt; off !!!<br>(bot) Please dont use that language in a public chanel </div></blockquote>Why don't you add that yourself, it's just another line which you then send to your 'staff' channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sat Sep 23, 2006 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-09-23T06:44:40-04:00</updated>

		<published>2006-09-23T06:44:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66594#p66594</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66594#p66594"/>
		<title type="html"><![CDATA[Quick Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66594#p66594"><![CDATA[
thanks guys that did the trick nicely.<br><br>One more thing to do with this script.<br><br>Is it posable to have the following upgrade.<br><br>(user) why dont you go &lt;consored&gt; off !!!<br>(bot) Please dont use that language in a public chanel<br><br>but also<br><br>(bot) The following consored line was detected "why dont you go &lt;censored&gt; off !!!" $chan.<br><br>and the bots says that into our staff channel. this way I can see what the bot flagged the announce for?<br><br>something like arg -1 i think its something like that but not sure? does that make sence?<br><br>the bot should listen for the cencsored on all channels but report to #staff channel<br><br>The bot is an ircop if that makes any difference and its unrealircd if that makes any differnce as well.<br><br>cheers guys - your all aces.<br><br>Quest<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Sat Sep 23, 2006 6:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2006-09-23T06:20:29-04:00</updated>

		<published>2006-09-23T06:20:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66592#p66592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66592#p66592"/>
		<title type="html"><![CDATA[Quick Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66592#p66592"><![CDATA[
Not very well described... more confusing...<br>But i think this is what your looking for:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - * censoredproc censored {nickname hostname handle channel text} {  if {[string match -nocase *censored* $text]} {    putserv "PRIVMSG $channel :Please dont use language like that in a public channel."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sat Sep 23, 2006 6:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[monie089]]></name></author>
		<updated>2006-09-23T06:19:08-04:00</updated>

		<published>2006-09-23T06:19:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66591#p66591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66591#p66591"/>
		<title type="html"><![CDATA[Quick Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66591#p66591"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - "*censored" censored:checkproc censored:check {nick uhost hand chan text} {putquick "PRIVMSG $nick :Please don't curse in $chan"}</code></pre></div>Something like this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8036">monie089</a> — Sat Sep 23, 2006 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-09-23T05:16:15-04:00</updated>

		<published>2006-09-23T05:16:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66590#p66590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66590#p66590"/>
		<title type="html"><![CDATA[Quick Request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66590#p66590"><![CDATA[
Hello guys.<br><br>Quick question / request if I may please.<br><br>I am looking for something like the following.<br><br>(User types this)<br><br>(user)whos the [censored] do you think you are son?<br><br>Now i have the ircd setup to replace [censored] with censored.<br><br>Everyone else sees blah blah (censored) blah blah<br><br>What I need is the bot to read every line of the irc channel chat - every channelt he bot is in. and when it see's the word<br><div class="codebox"><p>Code: </p><pre><code>consored</code></pre></div> it puts out the following message<br><br>(bot&gt; Please dont use language like that in a public channel.<br><br>Can anyone help me out with this please.<br><br>cheers<br><br>Jamie<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Sat Sep 23, 2006 5:16 am</p><hr />
]]></content>
	</entry>
	</feed>
