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

	<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>2002-03-30T14:12:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-30T14:12:00-04:00</updated>

		<published>2002-03-30T14:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5799#p5799</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5799#p5799"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5799#p5799"><![CDATA[
Ok. I have modified this code. Now it bans the user for given minutes and makes the ban sticky if you use dynamic bans. <br><div class="codebox"><p>Code: </p><pre><code># Set the words to ban for here.set ban_words {"inviter"}bind sign - * sign:banproc sign:ban {nick uhost hand chan text} {global ban_wordsforeach i $ban_words {if {[string match [string tolower $i] [string tolower $text]]} {newchanban $chan *!*@[lindex [split $uhost @] 1] QuitTCL inviter 1100 sticky}}flushmode $chan}</code></pre></div>but it still needs some work for me. I want it to ban the user with the *!*@212.23.34.* format. the last class must replaced with a * . I think *!*@[lindex [split $uhost @] 1] must be modified. If anyone knows how please write it here.<br>Thanks...<p>Statistics: Posted by Guest — Sat Mar 30, 2002 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-29T11:17:00-04:00</updated>

		<published>2002-03-29T11:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5773#p5773</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5773#p5773"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5773#p5773"><![CDATA[
Is it possible to modify this tcl to set the bans sticky within the given time. And also set the ban in *!*@212.23.34.* format<br><br>&lt;font size=-1&gt;[ This Message was edited by: CafeiN on 2002-03-29 15:17 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Fri Mar 29, 2002 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-17T04:01:00-04:00</updated>

		<published>2002-02-17T04:01:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4627#p4627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4627#p4627"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4627#p4627"><![CDATA[
I  and I would guess many others would enjoy a tcl that has the options to kick or ban with timers and the usual options. ect. ect. make it a full up on part notice tcl. would make many chan owners happy I think.<p>Statistics: Posted by Guest — Sun Feb 17, 2002 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2002-02-16T12:08:00-04:00</updated>

		<published>2002-02-16T12:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4614#p4614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4614#p4614"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4614#p4614"><![CDATA[
LOL, Wcc is such a nice person to everyone.. but he isnt to me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Sat Feb 16, 2002 12:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-16T03:21:00-04:00</updated>

		<published>2002-02-16T03:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4606#p4606</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4606#p4606"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4606#p4606"><![CDATA[
well done Wcc. thanks for the code. Now it works the way I want. I think you should post the tcl to this site's tcl scripts page. I have searched for a tcl like this but I haven't found any.<p>Statistics: Posted by Guest — Sat Feb 16, 2002 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-02-16T02:40:00-04:00</updated>

		<published>2002-02-16T02:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4604#p4604</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4604#p4604"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4604#p4604"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Set the words to ban for here.set ban_words {"*blah*""*word word*"}bind sign - * sign:banproc sign:ban {nick uhost hand chan text} {global ban_wordsforeach i $ban_words {if {[string match [string tolower $i] [string tolower $text]]} { pushmode $chan +b *!*@[lindex [split $uhost @] 1] }}flushmode $chan}</code></pre></div>&lt;font size=-1&gt;[ This Message was edited by: Wcc on 2002-02-15 23:40 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sat Feb 16, 2002 2:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-16T02:09:00-04:00</updated>

		<published>2002-02-16T02:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4602#p4602</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4602#p4602"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4602#p4602"><![CDATA[
yeahh. this works. but I want it to ban user with this mask. *!*@host.domain<br><br>but it bans the user with *!ident@host.*<br><br>what to do with it?<p>Statistics: Posted by Guest — Sat Feb 16, 2002 2:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-02-14T00:11:00-04:00</updated>

		<published>2002-02-14T00:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4556#p4556</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4556#p4556"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4556#p4556"><![CDATA[
Try:<div class="codebox"><p>Code: </p><pre><code># Set the words to ban for here.set ban_words {"*blah*""*word word*"}bind sign - * sign:banproc sign:ban {nick uhost hand chan text} {global ban_wordsforeach i $ban_words {if {[string match [string tolower $i] [string tolower $text]]} { pushmode $chan +b [maskhost $uhost] }}flushmode $chan}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Thu Feb 14, 2002 12:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-13T21:13:00-04:00</updated>

		<published>2002-02-13T21:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4551#p4551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4551#p4551"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4551#p4551"><![CDATA[
(DeLiDaNa): [15:10] TCL error [sign:ban]: couldn't compile regular expression pattern: ?+* follows nothing<br><br>it gives this error message. <br><br>And can I use wildcards with the quit message words?<p>Statistics: Posted by Guest — Wed Feb 13, 2002 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-13T19:44:00-04:00</updated>

		<published>2002-02-13T19:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4544#p4544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4544#p4544"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4544#p4544"><![CDATA[
thanks i will test this code.<p>Statistics: Posted by Guest — Wed Feb 13, 2002 7:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-02-13T03:55:00-04:00</updated>

		<published>2002-02-13T03:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4520#p4520</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4520#p4520"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4520#p4520"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Set the words to ban for here.set ban_words {"blah""word word"}bind sign - * sign:banproc sign:ban {nick uhost hand chan text} {global ban_wordsforeach i $ban_words {if {[regexp $i $text]} { pushmode $chan +b [maskhost $uhost] }}flushmode $chan}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Wed Feb 13, 2002 3:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-13T02:21:00-04:00</updated>

		<published>2002-02-13T02:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4519#p4519</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4519#p4519"/>
		<title type="html"><![CDATA[quit message ban tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4519#p4519"><![CDATA[
I need a tcl which bans the ip of a user whose quit message contains a specific word.<p>Statistics: Posted by Guest — Wed Feb 13, 2002 2:21 am</p><hr />
]]></content>
	</entry>
	</feed>
