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

	<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>2008-12-11T12:11:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bluenzo]]></name></author>
		<updated>2008-12-11T12:11:38-04:00</updated>

		<published>2008-12-11T12:11:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86193#p86193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86193#p86193"/>
		<title type="html"><![CDATA[Okay a few questions please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86193#p86193"><![CDATA[
ok ty ill play around <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10356">bluenzo</a> — Thu Dec 11, 2008 12:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-12-11T10:34:50-04:00</updated>

		<published>2008-12-11T10:34:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86190#p86190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86190#p86190"/>
		<title type="html"><![CDATA[Okay a few questions please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86190#p86190"><![CDATA[
Use the dcc command '.chanset' to change channel settings. If you do it using a script, the settings will be overwritten by what is saved in your .chan file. (or, if you insist on doing it like that, kill the bot, delete the chan file and start it back up when ever you make changes <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Dec 11, 2008 10:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bluenzo]]></name></author>
		<updated>2008-12-11T05:35:18-04:00</updated>

		<published>2008-12-11T05:35:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86182#p86182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86182#p86182"/>
		<title type="html"><![CDATA[Okay a few questions please...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86182#p86182"><![CDATA[
I got my bot to oper itself... Now I need it to +qa itself when it joins a room...<br><br>I have no idea how to do that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br><br>Also... Two things...<br>1) My bot give itself +o onjoin on 2 rooms (1 minute after joining? is there a way to make it faster?), but not the other two?? <br><br><br><div class="codebox"><p>Code: </p><pre><code>    channel add #Services {      chanmode "+nt"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 120      exempt-time 60      invite-time 60      aop-delay 5:30      need-op { putserv "MODE #Services +qa BlueBot" }      need-invite { putserv "INVITE #Services BlueBot" }      need-key { putserv "INVITE #Services BlueBot" }      need-unban { putserv "INVITE #Services BlueBot" }      need-limit { putserv "INVITE #Services BlueBot" }      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }    channel add #Opers {      chanmode "+nt"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 120      exempt-time 60      invite-time 60      aop-delay 5:30      need-op { putserv "MODE #Opers +qa BlueBot" }      need-invite { putserv "INVITE #Opers BlueBot" }      need-key { putserv "INVITE #Opers BlueBot" }      need-unban { putserv "INVITE #Opers BlueBot" }      need-limit { putserv "INVITE #Opers BlueBot" }      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }    channel add #Help {      chanmode "+nt"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 120      exempt-time 60      invite-time 60      aop-delay 5:30      need-op { putserv "MODE #Help +qa BlueBot" }      need-invite { putserv "INVITE #Help BlueBot" }      need-key { putserv "INVITE #Help BlueBot" }      need-unban { putserv "INVITE #Help BlueBot" }      need-limit { putserv "INVITE #Help BlueBot" }      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }    channel add #Main {      chanmode "+nt"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 120      exempt-time 60      invite-time 60      aop-delay 5:30      need-op { putserv "MODE #Main +qa BlueBot" }      need-invite { putserv "INVITE #Main BlueBot" }      need-key { putserv "INVITE #Main BlueBot" }      need-unban { putserv "INVITE #Main BlueBot" }      need-limit { putserv "INVITE #Main BlueBot" }      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }</code></pre></div>#Main and #Help, the bot gives itself +o after 1 minute of joining...<br>It doesnt op itself (i want +qa not +o) in #Opers and #Services<br><br>Also... how do I properly use need-unban?? The bot is netadmin so I was thinking of inviting itself to the channel to bypass the ban...then joining the room...<br><br>I tried searching for need-unban i couldnt find exactly what I wanted...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10356">bluenzo</a> — Thu Dec 11, 2008 5:35 am</p><hr />
]]></content>
	</entry>
	</feed>
