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

	<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-01-09T12:35:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-09T12:35:54-04:00</updated>

		<published>2004-01-09T12:35:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32376#p32376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32376#p32376"/>
		<title type="html"><![CDATA[Adduser with an &quot;~&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32376#p32376"><![CDATA[
1. If the person who triggers the bind is the same person as $nick the there is no need of the "set uhost [getchanhost $nick $chan]" cos you already have it in $uhost variable.<br>2. Instead of "if {[string match "*users.quakenet.org" $uhost]} {" better use: "if {[string match -nocase "*@*.users.quakenet.org" $uhost]} {"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Jan 09, 2004 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2004-01-09T11:46:11-04:00</updated>

		<published>2004-01-09T11:46:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32372#p32372</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32372#p32372"/>
		<title type="html"><![CDATA[Adduser with an &quot;~&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32372#p32372"><![CDATA[
<blockquote class="uncited"><div>set hostmask *!*[lindex [split [maskhost $uhost] "!"] 1]</div></blockquote>this will return the same as *!*$uhost (i.e. *!*ident@host) since <strong class="text-strong">maskhost</strong> will convert ident@host into *!ident@host.<br><br>if you meant to ban *!*@host then what you need is <div class="codebox"><p>Code: </p><pre><code>set hostmask *!*@[lindex [split $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> — Fri Jan 09, 2004 11:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-01-09T10:41:31-04:00</updated>

		<published>2004-01-09T10:41:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32368#p32368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32368#p32368"/>
		<title type="html"><![CDATA[Adduser with an &quot;~&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32368#p32368"><![CDATA[
check ur config file don't see why u need a script for this u can disable or enable it in ur eggdrop.conf<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Jan 09, 2004 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2004-01-08T13:30:02-04:00</updated>

		<published>2004-01-08T13:30:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32337#p32337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32337#p32337"/>
		<title type="html"><![CDATA[Adduser with an &quot;~&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32337#p32337"><![CDATA[
Hello i had an problem i want to add the user.quakenet.org users without the "~" but how here is my code :<br><div class="codebox"><p>Code: </p><pre><code>set uhost [getchanhost $nick $chan]        if {[string match "*users.quakenet.org" $uhost]} {                        set hostmask *!*$uhost                        } else {                        set uhost [string trimleft $uhost "~"]                        set hostmask *!*[lindex [split [maskhost $uhost] "!"] 1]                        }</code></pre></div>But it doesn't work :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Thu Jan 08, 2004 1:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
