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

	<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-02-08T06:07:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-02-08T06:07:46-04:00</updated>

		<published>2003-02-08T06:07:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16314#p16314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16314#p16314"/>
		<title type="html"><![CDATA[Advice on TCL that will ban with user defined /msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16314#p16314"><![CDATA[
It's where you put the code to do get the hostmask and execute the ban.<br>take a look at these sites to learn what to put in there.<br><a href="http://www.egghelp.org/enhance.htm#tclscripts" class="postlink">http://www.egghelp.org/enhance.htm#tclscripts</a><br><a href="http://www.suninet.nl/tclguide/" class="postlink">http://www.suninet.nl/tclguide/</a><br><br>also check out the tcl-commands.doc in the /doc dir of your eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Feb 08, 2003 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[birdrop]]></name></author>
		<updated>2003-02-07T18:39:40-04:00</updated>

		<published>2003-02-07T18:39:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16300#p16300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16300#p16300"/>
		<title type="html"><![CDATA[Advice on TCL that will ban with user defined /msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16300#p16300"><![CDATA[
I appreciate that code, but Im real new and 1. Dont even know where to put it and 2,  Not sure how to edit it. <br><br>Thanks alot tho. Ill try and figure it out<br><br>The part where "put the bancode in here"  Is that the banmask?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2650">birdrop</a> — Fri Feb 07, 2003 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-02-07T07:43:01-04:00</updated>

		<published>2003-02-07T07:43:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16285#p16285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16285#p16285"/>
		<title type="html"><![CDATA[Advice on TCL that will ban with user defined /msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16285#p16285"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set banwords [list pass bla1 bla2 bla3]bind msgm - * ban_on_privmsgproc ban_on_privmsg {nick host hand arg} {  global banwords   foreach x $banwords {    if {[lsearch [split $arg] $x] != -1} {      put the bancode in here    }  }} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Feb 07, 2003 7:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[birdrop]]></name></author>
		<updated>2003-02-07T05:21:23-04:00</updated>

		<published>2003-02-07T05:21:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16281#p16281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16281#p16281"/>
		<title type="html"><![CDATA[Advice on TCL that will ban with user defined /msg triggers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16281#p16281"><![CDATA[
Im looking for a simple script that will ban on /msg text<br><br>Specificly /msg botname pass text<br><br>But the more configurable, the better.<br>Ive been looking all over the place with no luck.<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2650">birdrop</a> — Fri Feb 07, 2003 5:21 am</p><hr />
]]></content>
	</entry>
	</feed>
