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

	<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>2004-06-07T03:49:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[puffi]]></name></author>
		<updated>2004-06-07T03:49:37-04:00</updated>

		<published>2004-06-07T03:49:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37075#p37075</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37075#p37075"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37075#p37075"><![CDATA[
Why dont you simply hack into your irc-client<br>/mode #channel +b *!*@*.bad.bad.host.reallybad<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4998">puffi</a> — Mon Jun 07, 2004 3:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-06-07T00:14:17-04:00</updated>

		<published>2004-06-07T00:14:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37069#p37069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37069#p37069"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37069#p37069"><![CDATA[
Some people just refuse to believe that a question can actually have a simple answer  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon Jun 07, 2004 12:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CtrlAltDel]]></name></author>
		<updated>2004-06-06T23:56:33-04:00</updated>

		<published>2004-06-06T23:56:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37068#p37068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37068#p37068"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37068#p37068"><![CDATA[
strikelight, I see they pay you no attention either  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5006">CtrlAltDel</a> — Sun Jun 06, 2004 11:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-06T23:05:01-04:00</updated>

		<published>2004-06-06T23:05:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37064#p37064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37064#p37064"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37064#p37064"><![CDATA[
For the ban of *!*@*.domain<br>you can use the following procedure<br>as a sample to create banmasks out<br>of the local variable $bankmask.<br><br>E.g.<br>It would create:<br><div class="codebox"><p>Code: </p><pre><code>For user@203.163.73.52 ==&gt; *!*@203.163.73.*For user@adsl-125.cable.mindspring.com ==&gt; *!*@*.mindspring.com</code></pre></div>Here use something like this:<br><div class="codebox"><p>Code: </p><pre><code>proc ban:host {nick uhost handle chan text} {...................................... # banmask: *!*@*.domain set banmask "*!*[string range [maskhost $uhost] [string last "@" [maskhost $uhost]] e]"......................................   putquick "MODE $chan +b $banmask"#****#OR#**** newchanban $chan $banmask &lt;creator&gt; &lt;reason&gt; &lt;lifetime&gt;...................}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jun 06, 2004 11:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-06-06T13:17:10-04:00</updated>

		<published>2004-06-06T13:17:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37037#p37037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37037#p37037"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37037#p37037"><![CDATA[
Um... <br><br>Why can't you use +ban?<br><br>.+ban *!*@*.mindspring.com #channel you are not welcome here<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sun Jun 06, 2004 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-06T11:50:37-04:00</updated>

		<published>2004-06-06T11:50:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37031#p37031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37031#p37031"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37031#p37031"><![CDATA[
Its very easy to do that in a remote for mirc.<br>Like this<br>ON @Spy:JOIN:#mp3:/ignore $nick | /ban $chan $nick  | /kick $chan $nick Spy and Others | /describe $nick reminds you that you are not welcome in $chan<br>And in the User file<br>spy:*!*@*.mindspring.com<br><br>i only want that in a tcl.<p>Statistics: Posted by Guest — Sun Jun 06, 2004 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-06T11:42:36-04:00</updated>

		<published>2004-06-06T11:42:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37030#p37030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37030#p37030"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37030#p37030"><![CDATA[
Lets see. Some how i cannot ban yhem using de dcc. Thats because, i wanna ban their host. I want to ban like this *!*@*.mindspring.com . The host, and thats because they are, what we call Spyware. They change the ident and the nick, but the host are almost the same. The problem is that there`re many hosts. <br>Thats all.<br>Thks<p>Statistics: Posted by Guest — Sun Jun 06, 2004 11:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-06-06T05:45:13-04:00</updated>

		<published>2004-06-06T05:45:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37019#p37019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37019#p37019"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37019#p37019"><![CDATA[
Via dcc add an user named blacklist, spam or whatever you want, chattr it +dk and add the hosts you want to be banned.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jun 06, 2004 5:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-05T17:15:41-04:00</updated>

		<published>2004-06-05T17:15:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36999#p36999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36999#p36999"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36999#p36999"><![CDATA[
Do you want to ban every user?<br>There must be a specific criteria.<br><br>Do you want to ban the user on a matching ident? or ip address?<br>or maybe the nick??!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Jun 05, 2004 5:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CtrlAltDel]]></name></author>
		<updated>2004-06-05T12:11:25-04:00</updated>

		<published>2004-06-05T12:11:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36990#p36990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36990#p36990"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36990#p36990"><![CDATA[
Maybe I don't understand the question, but ... can't that be done in dcc chat with your bot (without scripts)?<br><br>.help +ban<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5006">CtrlAltDel</a> — Sat Jun 05, 2004 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-05T09:14:32-04:00</updated>

		<published>2004-06-05T09:14:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36975#p36975</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36975#p36975"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36975#p36975"><![CDATA[
I´ve already check, the tcl archive, download and install many tcl, and some with modifications, but still i dont have what i spected.<br>I know may be its a little bit simple, but because amd new in this, i tried to make one but it didnt work.<br>Please help me.<p>Statistics: Posted by Guest — Sat Jun 05, 2004 9:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-04T16:16:58-04:00</updated>

		<published>2004-06-04T16:16:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36951#p36951</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36951#p36951"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36951#p36951"><![CDATA[
Check TCL Archive. There are many usefull scripts there that ban hosts.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jun 04, 2004 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-04T16:14:44-04:00</updated>

		<published>2004-06-04T16:14:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36949#p36949</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36949#p36949"/>
		<title type="html"><![CDATA[on join ban host tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36949#p36949"><![CDATA[
I know maybe this post its a little bit opportinistic, but ill really appreciate, if you could tell me, or guide me, with an tcl. <br>I just want a tcl that ban a user when (s)he, enter a channel, but i wanna ban her(his) host. <br>I only want this because i have in may channel much people that are spyware and spammer, and they always use some exact host.<br>Tks.<p>Statistics: Posted by Guest — Fri Jun 04, 2004 4:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
