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

	<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-12-07T22:34:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-07T11:29:47-04:00</updated>

		<published>2004-12-07T11:29:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43623#p43623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43623#p43623"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43623#p43623"><![CDATA[
well, of course there is a way - if you know C, modify _maskhost() in src/misc.c to suit your needs<br><br>however, you need to be careful, since _maskhost() serves other purposes besides implementing tcl_maskhost() in irc.mod; actually, tcl_maskhost() uses a macro, maskban, which is _maskhost((a),(b),0)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 07, 2004 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[exoexo]]></name></author>
		<updated>2004-12-07T11:07:59-04:00</updated>

		<published>2004-12-07T11:07:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43620#p43620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43620#p43620"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43620#p43620"><![CDATA[
demond, 10x. <br><br>All I want to know was - is there a way to change and how, if it is possible.<br><br>Meanwhile I wrote a TCL that is working perfect, exactly as I want to change +k ban mask. But if there was a way to change the mask from the eggdrop source I will prefer that way.<br><br>And, of course, I prefer to ask my eggdrop question here, instead of my irc network forum <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Regards: EXO<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5746">exoexo</a> — Tue Dec 07, 2004 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-07T22:34:57-04:00</updated>

		<published>2004-12-06T23:19:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43598#p43598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43598#p43598"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43598#p43598"><![CDATA[
For changing the banmasks in TCL see these.<br>Suppose in your procedure your user@host variable is $uhost, then:<br><br>*!*@*.domain.com ==&gt; [lindex [split [maskhost $uhost] "@"] 1]<br>*!*@home.domain.com ==&gt; [lindex [split $uhost "@"] 1]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Dec 06, 2004 11:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-06T13:49:25-04:00</updated>

		<published>2004-12-06T13:49:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43574#p43574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43574#p43574"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43574#p43574"><![CDATA[
1. no, you can't change the +k autoban mask<br><br>2. you need a script (and since you ask here and not on the idiotic forum of your home network, I may write one for you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Dec 06, 2004 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[exoexo]]></name></author>
		<updated>2004-12-06T10:09:01-04:00</updated>

		<published>2004-12-06T10:09:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43564#p43564</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43564#p43564"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43564#p43564"><![CDATA[
I have the same problem with banmask type. Not with TCL. I added user with +dk flags and mask "User!*@*". So ... when User joins the channel bot set ban *!*@*.domain <br><br>(for example joins User!<a href="mailto:ident@PC1.LanGame.Net">ident@PC1.LanGame.Net</a> - bot set ban of *!*@*.LanGame.Net, but LanGame.Net is a very big ISP, so bot kick more than 100 users from channel!)<br><br>So I need to change the mask that bot uses for banning users that are with +dk flags, to change it to be *!*@host ( *!*@PC1.LanGame.Net for example). What and where to change ? eggdrop.conf ? Or something from source before ./configure ?<br><br><em class="text-italics">Sorry for my bad English</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5746">exoexo</a> — Mon Dec 06, 2004 10:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-13T23:07:24-04:00</updated>

		<published>2004-10-13T23:07:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41804#p41804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41804#p41804"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41804#p41804"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> thanks awyeah!  That would be the one I was thinkin of  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Oct 13, 2004 11:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-10-13T21:18:23-04:00</updated>

		<published>2004-10-13T21:18:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41795#p41795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41795#p41795"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41795#p41795"><![CDATA[
It's in his moretools or some script like that. That script has several different utilities one of which is the maskhosttype; scripters can use them in their scripts freely.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Oct 13, 2004 9:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-13T18:03:57-04:00</updated>

		<published>2004-10-13T18:03:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41789#p41789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41789#p41789"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41789#p41789"><![CDATA[
I have found that the easiest solution was studying the way that almost all of MC_8's scripts have this variable hostmask selection thingamajiggy already coded... it has been extremely useful for me personally.  His site is listed in the <a href="http://www.egghelp.org/links.htm" class="postlink">links section</a>... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Oct 13, 2004 6:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-10-12T21:21:17-04:00</updated>

		<published>2004-10-12T21:21:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41780#p41780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41780#p41780"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41780#p41780"><![CDATA[
For the format <strong class="text-strong">*!*@host.isp.com</strong> use:<div class="codebox"><p>Code: </p><pre><code>set banmask [lindex [split $uhost "@"] 1]</code></pre></div>For the format <strong class="text-strong">*!*@.isp.com</strong> use:<div class="codebox"><p>Code: </p><pre><code>set banmask [lindex [split [maskhost $uhost] "@"] 1]</code></pre></div>The internal eggdrop kicks/protections don't have banmask selector types. As far as I know it would randomly ban *!*@host.domain.com. All tcls scripts can be customized to achieve different types of banmasks.<br><br>If you don't know how to edit your script to change the banmask:<br>A script I released ago a few months back does the same thing for BAD WORDS spoken on a channel; named a CHANNEL SWEAR KICKER. You can download utilize that script. It has 20 different banmasks to select from.<br><br><a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1019" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1019</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Oct 12, 2004 9:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[assgier]]></name></author>
		<updated>2004-10-12T17:26:11-04:00</updated>

		<published>2004-10-12T17:26:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41774#p41774</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41774#p41774"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41774#p41774"><![CDATA[
<blockquote class="uncited"><div>Reading the scripts configuration settings might be helpful. Some scripts allow settings to set the type of ban format required.</div></blockquote>I searched trough them, but the point is that i'm not using scripts for putting people on "shitlist", i'm using the bots own internal ban system (bans all, +ban, -ban, etc.), which works fine except for the fact that it's bantype is incorrect, i'd like to change it <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=5503">assgier</a> — Tue Oct 12, 2004 5:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-10-12T07:37:27-04:00</updated>

		<published>2004-10-12T07:37:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41765#p41765</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41765#p41765"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41765#p41765"><![CDATA[
Reading the scripts configuration settings might be helpful. Some scripts allow settings to set the type of ban format required.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Oct 12, 2004 7:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[assgier]]></name></author>
		<updated>2004-10-11T19:19:57-04:00</updated>

		<published>2004-10-11T19:19:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41760#p41760</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41760#p41760"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41760#p41760"><![CDATA[
*kick*<br><br>i also can't find anything helpful on this forum for such a simple thing as changing the bot's own default bantype (i also want it to do +b *!*@host.domain instead of *!ident@*.domain)...<br><br>Have looked in the FAQ, have searched the forum, looked over all .tcl scripts in the scripts/ subdirectory of eggdrop, ofcourse searched in eggdrop.conf and i just can't find anything about it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5503">assgier</a> — Mon Oct 11, 2004 7:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-11T15:00:38-04:00</updated>

		<published>2004-04-11T15:00:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35441#p35441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35441#p35441"/>
		<title type="html"><![CDATA[what do you mean?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35441#p35441"><![CDATA[
I dont understand you. i want to My eggdrop's ban type <br>*!*@full.hostname.com (use badword.tcl )<br><br>do you mean me?<p>Statistics: Posted by Guest — Sun Apr 11, 2004 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[K]]></name></author>
		<updated>2004-04-05T02:39:53-04:00</updated>

		<published>2004-04-05T02:39:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35234#p35234</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35234#p35234"/>
		<title type="html"><![CDATA[sure]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35234#p35234"><![CDATA[
i am sure you got to ban *!*@111112.aol.de on the ban type on the file<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4489">K</a> — Mon Apr 05, 2004 2:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-04T16:32:00-04:00</updated>

		<published>2004-04-04T16:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35221#p35221</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35221#p35221"/>
		<title type="html"><![CDATA[easy question: ban type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35221#p35221"><![CDATA[
hello i am beginner. i setup to badword.tcl <br>my eggdrop's bant type is <br>example: !*@*.aol.com<br>but i want to my eggdrop's ban type is full ip. <br>example: !*@user34234.aol.com<br><br>can you help me?<br><br>thanks for replies.<p>Statistics: Posted by Guest — Sun Apr 04, 2004 4:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
