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

	<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-14T16:22:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-14T16:22:37-04:00</updated>

		<published>2003-04-14T16:22:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19081#p19081</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19081#p19081"/>
		<title type="html"><![CDATA[on part ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19081#p19081"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind notc - * bad:noticeproc bad:notice {nick uhost hand text dest} {  if {[lindex [split $dest "@"] 0] == $::botnick || [lindex [split $dest "@"] 1] != "" || ![string match "*bla*" $text]} { return }  set mask "*!*@[lindex [split $uhost @] 1]"  newchanban $dest $mask BadNotice "bad notice" 0}</code></pre></div>As usualy replace the messages as suit you better.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 14, 2003 4:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-04-14T15:50:49-04:00</updated>

		<published>2003-04-14T15:50:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19079#p19079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19079#p19079"/>
		<title type="html"><![CDATA[on part ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19079#p19079"><![CDATA[
uhm... I want something else if you can..<br>a script like the last one for channel notices... if the bot sees the word in the channel notice i want it to perm ban it..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Mon Apr 14, 2003 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-04-14T15:43:21-04:00</updated>

		<published>2003-04-14T15:43:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19077#p19077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19077#p19077"/>
		<title type="html"><![CDATA[on part ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19077#p19077"><![CDATA[
thanx man <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=2044">ReaLz</a> — Mon Apr 14, 2003 3:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-14T02:42:46-04:00</updated>

		<published>2003-04-14T02:42:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19042#p19042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19042#p19042"/>
		<title type="html"><![CDATA[on part ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19042#p19042"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind part - * part:banproc part:ban {nick uhost handle channel reason} {  if {$nick == $::botnick || ![string match "*bla*" $reason]} { return }  set mask "*!*@[lindex [split $uhost @] 1]"  newchanban $channel $mask PartBan "due your last part reason" 0}</code></pre></div>Replace the "*bla*" and "due your last part reason" with what suits you better.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 14, 2003 2:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-13T17:57:34-04:00</updated>

		<published>2003-04-13T17:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19036#p19036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19036#p19036"/>
		<title type="html"><![CDATA[on part ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19036#p19036"><![CDATA[
should be somewhat obvious after reading doc/tcl-commands.doc<br>cut&amp;paste skills:<br><br>      bind part &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>      procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;msg&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sun Apr 13, 2003 5:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-04-13T17:04:33-04:00</updated>

		<published>2003-04-13T17:04:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19033#p19033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19033#p19033"/>
		<title type="html"><![CDATA[on part ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19033#p19033"><![CDATA[
how could  I make a script that checks the part msgs of the people that part and if it sees an msg like "[censored]" for example to perm ban it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Sun Apr 13, 2003 5:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
