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

	<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>2009-04-16T16:40:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2009-04-16T16:40:33-04:00</updated>

		<published>2009-04-16T16:40:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88469#p88469</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88469#p88469"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88469#p88469"><![CDATA[
<blockquote class="uncited"><div>I added this to the conf file, thank you, i dont appear to have a dcc/party all i have is dcc/chat is there any other way for me to dcc/party to the bot? perhaps adding something in my mirc scripts?</div></blockquote>dcc chat with a bot is called the party line, you're not missing anything.  How about your channel settings ( like <strong class="text-strong">.chaninfo $chan</strong> ), specifically <strong class="text-strong">+/- dynamic bans</strong>...?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Thu Apr 16, 2009 4:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CtrlAltDel]]></name></author>
		<updated>2009-04-08T12:39:50-04:00</updated>

		<published>2009-04-08T12:39:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88370#p88370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88370#p88370"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88370#p88370"><![CDATA[
<blockquote class="uncited"><div>&lt;Demon&gt; [13:57] No longer ignoring *!*@irc.gtanet.com (expired)</div></blockquote>That's not removing a ban, it's removing an ignore. They're not the same.<br><br>To maintain permanent ignores, either set <strong class="text-strong">set ignore-time 15</strong> in the config file to <strong class="text-strong">set ignore-time 0</strong> or to add one yourself, (in the partyline) .+ignore address (ex. *!*@*.google.com) perm comment (you use the word perm instead of a time) <br><br>see <strong class="text-strong">.help +ignore</strong> in the partyline<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5006">CtrlAltDel</a> — Wed Apr 08, 2009 12:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chaokusc]]></name></author>
		<updated>2009-04-07T12:58:37-04:00</updated>

		<published>2009-04-07T12:58:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88341#p88341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88341#p88341"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88341#p88341"><![CDATA[
I have tried all off the above and my bot keeps unbanning people.<br><blockquote class="uncited"><div>&lt;FoX&gt; .chanset #FoX ban-time 0<br>&lt;Demon&gt; Successfully set modes { ban-time { 0 } } on #FoX.<br>&lt;Demon&gt; [13:56] #FoX# chanset #FoX ban-time { 0 }<br>&lt;Demon&gt; [13:57] No longer ignoring *!*@irc.gtanet.com (expired)</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7689">chaokusc</a> — Tue Apr 07, 2009 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2009-04-07T09:16:25-04:00</updated>

		<published>2009-04-07T09:16:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88337#p88337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88337#p88337"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88337#p88337"><![CDATA[
two ways:<br><br><strong class="text-strong">way 1:</strong><br><br>as already mentioned, go to your bots partyline by<br>telnet ip bots-telnet-port<br>and then execute<br>.chanset $chan ban-time 0<br><br><strong class="text-strong">way 2:</strong><br><br>make your bot die so it wont be loaded anymore,<br>delete your-bot-name.chan file (be aware that dynamic channel settings might get lost then),<br>look for the line<br>set global-ban-time<br>in your your-botname.conf and edit it to the value 0<br>and start up your bot again<br><br>by the way:<br>dcc/party is called the partyline and is the same when telnetting your bot or when you dcc chat it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Tue Apr 07, 2009 9:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chaokusc]]></name></author>
		<updated>2009-04-07T08:52:18-04:00</updated>

		<published>2009-04-07T08:52:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88335#p88335</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88335#p88335"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88335#p88335"><![CDATA[
I added this to the conf file, thank you, i dont appear to have a dcc/party all i have is dcc/chat is there any other way for me to dcc/party to the bot? perhaps adding something in my mirc scripts?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7689">chaokusc</a> — Tue Apr 07, 2009 8:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-04-07T07:32:25-04:00</updated>

		<published>2009-04-07T07:32:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88332#p88332</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88332#p88332"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88332#p88332"><![CDATA[
type in dcc/party line : .chanset $chan ban-time 0<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10236">DaRkOoO</a> — Tue Apr 07, 2009 7:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chaokusc]]></name></author>
		<updated>2009-04-07T06:44:08-04:00</updated>

		<published>2009-04-07T06:44:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88331#p88331</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88331#p88331"/>
		<title type="html"><![CDATA[Why does my bot keep unbanning everyone ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88331#p88331"><![CDATA[
I setup my bot and make it join my channel, i "/msg mybot hello" and "/msg mybot pass mypass" and then i op my bot, but every time i op my bot it unbans my whole channel, i dont want my bot to kick/ban ever, is there a way i can stop this?<br><br>Thanks for any help anyone can give<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7689">chaokusc</a> — Tue Apr 07, 2009 6:44 am</p><hr />
]]></content>
	</entry>
	</feed>
