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

	<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>2013-02-01T03:22:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-02-01T03:22:43-04:00</updated>

		<published>2013-02-01T03:22:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100879#p100879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100879#p100879"/>
		<title type="html"><![CDATA[create except list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100879#p100879"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set exceptsList [list "proxad.net" "cegetel.fr"]bind join - "#salon *" except:joinproc except:join {nick uhost hand chan} {if {[isbotnick $nick]} returnif {[lsearch -glob $::exceptsList [lindex [split $uhost @] 1]]==-1} {# do whatever as host doesn't match anything in excepts}}</code></pre></div>Haven't tested but in theory should do what you wanted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Feb 01, 2013 3:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-01-31T17:19:52-04:00</updated>

		<published>2013-01-31T17:19:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100874#p100874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100874#p100874"/>
		<title type="html"><![CDATA[create except list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100874#p100874"><![CDATA[
You can try this<br><div class="codebox"><p>Code: </p><pre><code>set temp(excepts) {"something""else"}bind join - * pub:joinproc pub:join {nick uhost hand chan} {global tempforeach n $temp(excepts) {if {![string match -nocase $n [lindex [split [getchanhost $nick $chan] @] 1]]} {#if the host IS NOT in the excepts list do something} else {#if the host IS in the excepts list do something else}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Thu Jan 31, 2013 5:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thib]]></name></author>
		<updated>2010-01-29T06:20:43-04:00</updated>

		<published>2010-01-29T06:20:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91889#p91889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91889#p91889"/>
		<title type="html"><![CDATA[create except list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91889#p91889"><![CDATA[
Hello,<br><br>I've been helped to create a script, but now, i want to be excepted from that script<br><br>Thats why i tried to create an except list, based from hostnames. The idea was to set hostnames, which wont be affected by the script<br><br>So i tried something like this ;<br><div class="codebox"><p>Code: </p><pre><code>set salon "#chan"set excepts {proxad.netcegetel.fretc etc}bind join - * exceptproc except { nick uhost handle channel } {        global salon excepts                set userhost [getchanhost $nick]</code></pre></div>what can i add in my code ?<br><br>thanks a lot!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11055">Thib</a> — Fri Jan 29, 2010 6:20 am</p><hr />
]]></content>
	</entry>
	</feed>
