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

	<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-05-12T20:32:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Reynaldo]]></name></author>
		<updated>2005-05-12T20:32:11-04:00</updated>

		<published>2005-05-12T20:32:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49414#p49414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49414#p49414"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49414#p49414"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow"> Thank's for you guys <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6218">Reynaldo</a> — Thu May 12, 2005 8:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-12T17:05:18-04:00</updated>

		<published>2005-05-12T17:05:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49409#p49409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49409#p49409"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49409#p49409"><![CDATA[
<blockquote class="uncited"><div>.tcl maskhost ~<a href="mailto:ident@host.doms.net">ident@host.doms.net</a><br>Tcl: *!*ident@*.doms.net</div></blockquote>It does the job by itself, no need to trim any ~ or ? ... Interresting how we find out <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>So to get *!*ident@*.domain, use<div class="codebox"><p>Code: </p><pre><code>[maskhost $uhost]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu May 12, 2005 5:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-05-12T10:37:53-04:00</updated>

		<published>2005-05-12T10:37:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49399#p49399</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49399#p49399"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49399#p49399"><![CDATA[
if strict-host is set to 0, maskhost will return *!*ident@host<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Thu May 12, 2005 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-12T07:51:38-04:00</updated>

		<published>2005-05-12T07:51:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49396#p49396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49396#p49396"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49396#p49396"><![CDATA[
<blockquote class="uncited"><div>You will also need to trim the '~' from the ident. This should do it:<div class="codebox"><p>Code: </p><pre><code>*!*[string trimleft [lindex [split [maskhost $uhost] "!"] 1] ~]</code></pre></div></div></blockquote>maskhost doesnt use ~, because ~ would match 1 or more white spaces, but never ? literally. instead it will give you an ? witch matchs knowingly any single character.<br><br>so imho the easiest way for *!*ident@*.host is:<br>*!*[string trimleft [maskhost $uhost] *!?]<br><br>ex:<br>tcl: evaluate (.tcl): return *!*[string trimleft [maskhost ~<a href="mailto:ident@my.host.com">ident@my.host.com</a>] *!?]<br>Tcl error: *!*ident@*.host.com<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu May 12, 2005 7:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-12T04:40:29-04:00</updated>

		<published>2005-05-12T04:40:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49391#p49391</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49391#p49391"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49391#p49391"><![CDATA[
<blockquote class="uncited"><div>how to set BAN like <span style="text-decoration:underline">*!*@*.domain</span> ?<div class="codebox"><p>Code: </p><pre><code>*!*[lindex [split [maskhost $mhost] "!"] 1]</code></pre></div>i can set like that?</div></blockquote>no that will ban *!*~ident@*.domian<br><br>if you want to ban *!*@*.domain, use this:<div class="codebox"><p>Code: </p><pre><code>*!*@[lindex [split [maskhost $uhost] @] 1]</code></pre></div>You can use the proc from this <a href="http://forum.egghelp.org/viewtopic.php?t=8740" class="postlink">thread</a> by user, it'll be much easier for you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu May 12, 2005 4:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T22:27:30-04:00</updated>

		<published>2005-05-11T22:27:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49387#p49387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49387#p49387"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49387#p49387"><![CDATA[
<blockquote class="uncited"><div>how to set BAN like *!*@*.domain ?</div></blockquote>Can't READ? Your query was answered. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Reynaldo]]></name></author>
		<updated>2005-05-11T22:07:09-04:00</updated>

		<published>2005-05-11T22:07:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49386#p49386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49386#p49386"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49386#p49386"><![CDATA[
how to set BAN like <span style="text-decoration:underline">*!*@*.domain</span> ?<div class="codebox"><p>Code: </p><pre><code>*!*[lindex [split [maskhost $mhost] "!"] 1]</code></pre></div>i can set like that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6218">Reynaldo</a> — Wed May 11, 2005 10:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-11T06:00:25-04:00</updated>

		<published>2005-05-11T06:00:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49358#p49358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49358#p49358"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49358#p49358"><![CDATA[
You will also need to trim the '~' from the ident. This should do it:<div class="codebox"><p>Code: </p><pre><code>*!*[string trimleft [lindex [split [maskhost $uhost] "!"] 1] ~]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed May 11, 2005 6:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Linux]]></name></author>
		<updated>2005-05-11T03:23:27-04:00</updated>

		<published>2005-05-11T03:23:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49356#p49356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49356#p49356"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49356#p49356"><![CDATA[
To set BAN like <span style="text-decoration:underline"><strong class="text-strong">*!*ident@*.domain.com</strong></span> you have to set banmask as follow:<br><div class="codebox"><p>Code: </p><pre><code>*!*[lindex [split [maskhost $uhost] "!"] 1]</code></pre></div>-REGARDS-<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4783">Linux</a> — Wed May 11, 2005 3:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Reynaldo]]></name></author>
		<updated>2005-05-11T03:07:40-04:00</updated>

		<published>2005-05-11T03:07:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49355#p49355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49355#p49355"/>
		<title type="html"><![CDATA[Banmask problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49355#p49355"><![CDATA[
any1 can help about banmask *!*user@*.domain<br>my script allways set mode *!*~<a href="mailto:user@host.domain">user@host.domain</a><br>ex my script:<br>set bannick($nick) "*!*$uhost" #will ban like "*!*~<a href="mailto:user@host.domain">user@host.domain</a>"<br>i want it be "*!*user@*.domain" or "*!*user@222.222.222.* or "nick!*user@*.domain<br>Please help!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6218">Reynaldo</a> — Wed May 11, 2005 3:07 am</p><hr />
]]></content>
	</entry>
	</feed>
