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

	<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>2010-01-29T06:10:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Thib]]></name></author>
		<updated>2010-01-29T06:10:58-04:00</updated>

		<published>2010-01-29T06:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91888#p91888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91888#p91888"/>
		<title type="html"><![CDATA[create except users -- channel ban error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91888#p91888"><![CDATA[
thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I'm gonna post in the other topic, to request my script, thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11055">Thib</a> — Fri Jan 29, 2010 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2010-01-25T21:37:00-04:00</updated>

		<published>2010-01-25T21:37:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91850#p91850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91850#p91850"/>
		<title type="html"><![CDATA[create except users -- channel ban error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91850#p91850"><![CDATA[
The setting you are posting about, has no impact on the ban mask eggdrop uses.<br><br>The script you are using is causing this ban mask, you should look at your code more. <div class="codebox"><p>Code: </p><pre><code>                } else {                  newchanban $salon $uhost Eva "test test" 120                } </code></pre></div> <strong class="text-strong">$uhost</strong> is always <strong class="text-strong">user@host</strong> in this case, <strong class="text-strong"><a href="mailto:Bot@Lea.Services">Bot@Lea.Services</a></strong>. If you want it to be <strong class="text-strong">*!*@Lea.Services</strong> Use the following: <div class="codebox"><p>Code: </p><pre><code>                } else {                  set banmask "*!*@[lindex [split $uhost @] 1]"                  newchanban $salon $banmask Eva "test test" 120                } </code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Jan 25, 2010 9:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thib]]></name></author>
		<updated>2010-01-25T08:10:21-04:00</updated>

		<published>2010-01-25T08:10:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91848#p91848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91848#p91848"/>
		<title type="html"><![CDATA[create except users -- channel ban error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91848#p91848"><![CDATA[
yep okay but the problem is not here,<br><br>[10:11] #eggs: mode change '+b *!<a href="mailto:Bot@Lea.Services">Bot@Lea.Services</a>'<br>[10:13] Annulation du ban Bot!*@Lea.Services sur #eggs (a expiré) <br><br>the banmask is not the same<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11055">Thib</a> — Mon Jan 25, 2010 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[while]]></name></author>
		<updated>2010-01-25T07:05:18-04:00</updated>

		<published>2010-01-25T07:05:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91845#p91845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91845#p91845"/>
		<title type="html"><![CDATA[create except users -- channel ban error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91845#p91845"><![CDATA[
.chanset #eggs ban-time 2 <br>where 2 is in minutes <br>if you want 2 hours it's .chanset #eggs ban-time 120<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10748">while</a> — Mon Jan 25, 2010 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thib]]></name></author>
		<updated>2010-01-25T05:41:49-04:00</updated>

		<published>2010-01-25T05:41:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91844#p91844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91844#p91844"/>
		<title type="html"><![CDATA[create except users -- channel ban error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91844#p91844"><![CDATA[
Hey,<br><br>I have two problems. <br><br>I've been helped to make a script right here :<br><a href="http://forum.egghelp.org/viewtopic.php?t=17508" class="postlink">http://forum.egghelp.org/viewtopic.php?t=17508</a><br><br>It's working fine. Now, is it possible to include a script, in order to excepts specified hosts from the bot's script ? (for example, other eggdrops joining the channel cannot confirm..)<br><br>I've an other problem i dont understand. Eva is configured to remove the ban after 2 minutes.<br><div class="codebox"><p>Code: </p><pre><code>(10:08:04) &lt;ZaideCay&gt; .chanset #eggs ban-time 2(10:08:04) (Eva) Successfully set modes { ban-time { 2 } } on #eggs.(10:08:05) (Eva) [10:06] #ZeroCool# chanset #eggs ban-time { 2 }</code></pre></div>and ..<br><blockquote class="uncited"><div>(10:12:27) (Eva) [10:11] Lea`Services (<a href="mailto:Bot@Lea.Services">Bot@Lea.Services</a>) joined #eggs.<br>(10:12:48) (Eva) [10:11] Lea`Services kicked from #eggs by Eva: test.<br>(10:12:48) (Eva) [10:11] #eggs: mode change '+b *!<a href="mailto:Bot@Lea.Services">Bot@Lea.Services</a>' by Eva!<a href="mailto:Eva@hide-5C319B05.hiwit.net">Eva@hide-5C319B05.hiwit.net</a><br>(10:14:25) (Eva) [10:13] Annulation du ban Bot!*@Lea.Services sur #eggs (a expiré)</div></blockquote>.. wat ? o_O<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11055">Thib</a> — Mon Jan 25, 2010 5:41 am</p><hr />
]]></content>
	</entry>
	</feed>
