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

	<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>2005-03-15T21:09:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pumpk1ns]]></name></author>
		<updated>2005-03-15T21:09:55-04:00</updated>

		<published>2005-03-15T21:09:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47730#p47730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47730#p47730"/>
		<title type="html"><![CDATA[newban &amp; newchanban banning uncomplete ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47730#p47730"><![CDATA[
Ok thanks guys, the maskhost command is very usefull. It solved the probs now. Thanks again gb &amp; awyeah <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=2085">pumpk1ns</a> — Tue Mar 15, 2005 9:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-15T20:58:09-04:00</updated>

		<published>2005-03-15T20:58:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47729#p47729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47729#p47729"/>
		<title type="html"><![CDATA[newban &amp; newchanban banning uncomplete ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47729#p47729"><![CDATA[
Looks like 11 to me<blockquote class="uncited"><div>.tcl string length *_aaabbbccc<br>Tcl: 11</div></blockquote>You can always use maskhost to make sure you have a properly masked host<blockquote class="uncited"><div>.tcl maskhost _aaabbbccc@localhost<br>Tcl: *!*abbbccc@localhost</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue Mar 15, 2005 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-03-15T20:54:21-04:00</updated>

		<published>2005-03-15T20:54:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47728#p47728</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47728#p47728"/>
		<title type="html"><![CDATA[newban &amp; newchanban banning uncomplete ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47728#p47728"><![CDATA[
Just use putserv to kick and ban the user. If you really need a sticky ban then go ahead and use a small tcl script which binds on join, checking certain hosts, if they match, ban and kick them like newchanban: *!*[lindex [split $uhost "@"] 0]@[lindex [split $uhost "@"] 1] or just *!*$uhost<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Mar 15, 2005 8:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pumpk1ns]]></name></author>
		<updated>2005-03-15T20:46:33-04:00</updated>

		<published>2005-03-15T20:46:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47727#p47727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47727#p47727"/>
		<title type="html"><![CDATA[newban &amp; newchanban banning uncomplete ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47727#p47727"><![CDATA[
In my example above the ident only contain 8 chars including the wildcard. So it doesn't a faulty idents I think and it doesn't over limit the max limit of 10 chars. So any other idea to fix this probs?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2085">pumpk1ns</a> — Tue Mar 15, 2005 8:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-15T20:08:18-04:00</updated>

		<published>2005-03-15T20:08:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47720#p47720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47720#p47720"/>
		<title type="html"><![CDATA[newban &amp; newchanban banning uncomplete ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47720#p47720"><![CDATA[
it probably get cut off at the end because you feed it faulty idents, there's a max limit of 10chars, that includes your wildcard.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue Mar 15, 2005 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pumpk1ns]]></name></author>
		<updated>2005-03-15T18:53:41-04:00</updated>

		<published>2005-03-15T18:53:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47718#p47718</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47718#p47718"/>
		<title type="html"><![CDATA[newban &amp; newchanban banning uncomplete ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47718#p47718"><![CDATA[
Hi, i've got problem with newban &amp; newchanban tcl commands. It seems always banning uncomplete ident (missing 1 last char) if the 1st string of the ident contain chars "~", "_", or some others and the length of the ident are more than 6 chars. Please take a look at this msgs from my partyline console (the bold string). I'm using eggdrop1.6.17 &amp; Tcl 8.4.7<br><br>&lt;me&gt; .tcl set testing "*!*<strong class="text-strong">_aaabbbccc</strong>@localhost"; newchanban #testingchan $testing testz "testing" 1<br>&lt;bot&gt; Tcl: <br>&lt;bot&gt; #testingchan: mode change '+b *!*<strong class="text-strong">_aaabbbcc</strong>@localhost' by bot!testbot@localhost<br>&lt;bot&gt; gerl kicked from #testingchan by bot: Banned: testing<br>&lt;bot&gt; [05:32] gerl (_dddeeefff@localhost) joined #testingchan.<br>&lt;me&gt; .tcl set testing "*!*<strong class="text-strong">_dddeeefff</strong>@localhost"; newchanban #testingchan $testing testz "testing" 1<br>&lt;bot&gt; Tcl: <br>&lt;bot&gt; [05:32] #testingchan: mode change '+b *!*<strong class="text-strong">_dddeeeff</strong>@localhost' by bot!testbot@localhost<br>&lt;bot&gt; [05:32] gerl kicked from #testingchan by bot: Banned: testing<br><br>Is this a bug from eggdrop1.6.17 or just something missing?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2085">pumpk1ns</a> — Tue Mar 15, 2005 6:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
