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

	<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-04-15T12:53:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-04-15T12:53:13-04:00</updated>

		<published>2005-04-15T12:53:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48143#p48143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48143#p48143"/>
		<title type="html"><![CDATA[global banlist extempt possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48143#p48143"><![CDATA[
Global bans are set by 'newban' try replacing that with 'newchanban' with which you would also need specify the channel name in the first argument.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Apr 15, 2005 12:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-04-15T10:29:45-04:00</updated>

		<published>2005-04-15T10:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48136#p48136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48136#p48136"/>
		<title type="html"><![CDATA[global banlist extempt possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48136#p48136"><![CDATA[
<blockquote class="uncited"><div>No better solution?</div></blockquote>Don't set global bans, when you don't want them ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Fri Apr 15, 2005 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-04-15T09:17:43-04:00</updated>

		<published>2005-04-15T09:17:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48133#p48133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48133#p48133"/>
		<title type="html"><![CDATA[global banlist extempt possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48133#p48133"><![CDATA[
That`s bad.<br><br>I have to code a big script. Which isn`t easy.<br>- after adding ban look foreach channel if the user is on (bind pub)<br>- remove ban after exprie on all channels and remove from file<br>- write own file (hostmask, duration, expire)<br>- bind join<br>- bind nick<br>- refresh channels<br>- check all channels after restart<br>- ...<br><br>No better solution?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Fri Apr 15, 2005 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-04-15T01:26:28-04:00</updated>

		<published>2005-04-15T01:26:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48123#p48123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48123#p48123"/>
		<title type="html"><![CDATA[global banlist extempt possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48123#p48123"><![CDATA[
a <strong class="text-strong">global</strong> is meant to be in ALL channels<br><br>But yes, It is possible to make it work in some channels i suppose<br><br>use:<br><div class="codebox"><p>Code: </p><pre><code>setudef flag blacklist</code></pre></div>so you can use .chanset #channel +blacklist<br><br>And then add in whatever it uses (i'm guessing a join bind)<br><div class="codebox"><p>Code: </p><pre><code>if {![channel get $chan blacklist]} { return }</code></pre></div>ofcourse, your channel variable might be different so change it to the right one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Apr 15, 2005 1:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-04-14T18:09:37-04:00</updated>

		<published>2005-04-14T18:09:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48119#p48119</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48119#p48119"/>
		<title type="html"><![CDATA[global banlist extempt possible?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48119#p48119"><![CDATA[
I want disable the global banlist on some channels.<br>Or better, just enable the global banlist on some channels. (via chanflag +blacklist for example)<br>Possible?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Thu Apr 14, 2005 6:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
