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

	<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-02-27T10:21:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-02-27T10:21:54-04:00</updated>

		<published>2009-02-27T10:21:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87588#p87588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87588#p87588"/>
		<title type="html"><![CDATA[trouble Anope and mode +a]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87588#p87588"><![CDATA[
eggdrop should have not problem with +a since its detected as a channel mode. If eggdrop isn't detecting its op'd after getting op'd via ChanServ, sounds like it could be desync'd.<br>I would also check the channel operators prefix settings in eggdrop config file, as you have mentioned them. just to make sure they are correct.<div class="codebox"><p>Code: </p><pre><code>set opchars "@"#set opchars "@&amp;~"Some IRC servers are using some non-standard op-like channel prefixes/modes. Define them here so the bot can recognize them. Just "@" should be fine for most networks. Un-comment the second line for some UnrealIRCds.</code></pre></div> Unless you use the &amp; and/or ~ prefix for ops, i would leave them out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Feb 27, 2009 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2009-02-27T07:46:51-04:00</updated>

		<published>2009-02-27T07:46:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87587#p87587</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87587#p87587"/>
		<title type="html"><![CDATA[trouble Anope and mode +a]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87587#p87587"><![CDATA[
you need to add each user seperate using <br>.adduser usersnick <br>this will allocate them a handle and assign their hostmask handle can be recognised as [nick] normaly 9 charecters<br><br>then do <br>.chattr handle +o this will give them op flags on the bot<br><br>you then need to set them a password<br>.chpass handle newpass<br><br>They are then able to op them selves by doing<br>/msg botsnick op password #channame<br><br>just make sure you tell them the password<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Fri Feb 27, 2009 7:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Icarus]]></name></author>
		<updated>2008-07-30T05:59:34-04:00</updated>

		<published>2008-07-30T05:59:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84295#p84295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84295#p84295"/>
		<title type="html"><![CDATA[trouble Anope and mode +a]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84295#p84295"><![CDATA[
Hmm, I don't know exactly, I have explained very good..<br><br>ChanServ gives +a mode AND +o (or OP) to my BOT now. And Bot doesn't work. He doesn't give OP to anybody.<br><br>When I give +a mode AND +o to my BOT, so Bot gives OP to everybody, who I set up via console.<br><br><br>I'm going to try "change the operator variable..." but I don't know how. I can't look for it in documentation.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10089">Icarus</a> — Wed Jul 30, 2008 5:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-07-29T15:09:33-04:00</updated>

		<published>2008-07-29T15:09:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84255#p84255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84255#p84255"/>
		<title type="html"><![CDATA[trouble Anope and mode +a]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84255#p84255"><![CDATA[
All you gave it was protection (+a) this contains no mode enhancement. Hence, when it comes to operator abilities, it cannot perform those so gives you the message it does. You need to protect it via chanserv (+a) as well as give it operator (+o) status to work. Then edit eggdrop.conf adding what is below in the appropriate place:<div class="codebox"><p>Code: </p><pre><code>proc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"  putquick "NS identify password"}</code></pre></div>change the "ns identify password"' to whatever the equivalent is for it to identify itself properly to nickserv to claim rights to it's nickname and all channel privileges attached. I guess you want the bot to protect the channel but not issue auto-ops to others, in the bots own "eggdrop" records remove  any auto-flags (+a) and it won't race chanserv to op others (.chattr handle -a #chan).<br><br>You might also just need to change the operator variable within eggdrop.conf to add the complete list of symbols used to signify the bot has operator status.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue Jul 29, 2008 3:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Icarus]]></name></author>
		<updated>2008-07-29T14:40:49-04:00</updated>

		<published>2008-07-29T14:40:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84254#p84254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84254#p84254"/>
		<title type="html"><![CDATA[trouble Anope and mode +a]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84254#p84254"><![CDATA[
Hi, I use services Anope 1.7.21 and last eggdrop 1.6.19.<br><br>I have this problem:<br>I have Bot in ChanServ's ACCESLIST of my channel. He has level 10 (default flags like AUTOPROTECT, MEMO etc.). When bot joins to the channel, everything looks fine (Bot has mode +a, it is protected), but bot doesn't give OPs to anybody.<br><br>At firt, I think I have bad config.. Toady I know when ChanServ sets mode +a Bot and after this ChanServ gives channel operator status to Bot, then Bot thinks, that it can't give OPs.. (I tryed - console: .op &lt;user&gt;) and it says:<br><br>"I can't help you now because I'm not a chan op or halfop on #atreides, or halfops cannot set +o modes."<br><br>And when I "turn off" AUTOPROTECT (move to higher level), so ChanServ give just OP to Bot and it gives everybody, who I set up.<br><br>Thank you very much for information!!!<br><br>PS: I know, OPs, HOPs - I can set everything in ChanServ's access list, but this problem is weard and I want to know solution <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";-)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10089">Icarus</a> — Tue Jul 29, 2008 2:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
