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

	<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-05-11T03:45:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2008-05-11T03:45:44-04:00</updated>

		<published>2008-05-11T03:45:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82878#p82878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82878#p82878"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82878#p82878"><![CDATA[
That's caused by your flag l which tells the bot to have halfop on the channel, therefore it tries to gain halfop using the halfop command. Removing the o flag from chanserv tells the bot to never request op by itself. Therefore it would only get op, when chanserv feels like doing so.<br><br>I cannot exactly tell you why your bot does that, I can only remark that it is not neccessarily caused by the script, since I cannot reproduce what you describe.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun May 11, 2008 3:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[uffs]]></name></author>
		<updated>2008-05-10T18:57:40-04:00</updated>

		<published>2008-05-10T18:57:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82874#p82874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82874#p82874"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82874#p82874"><![CDATA[
chanserv flags -&gt; lo<br>my bot regain op even i'm as owner deop them..<br><br>then I change the chanserv flag from "lo" to "lv"<br>seem working, my bot do not REOP, but i got this on partyline, often..<br><br>[22:37] -ChanServ (<a href="mailto:service@dal.net">service@dal.net</a>)- Unknown command: halfop<br>[22:37] -ChanServ (<a href="mailto:service@dal.net">service@dal.net</a>)- For help: /msg <a href="mailto:ChanServ@services.dal.net">ChanServ@services.dal.net</a> HELP<br><br>there's no halfop or admin command on DALnet, <br><br>is this normal ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9870">uffs</a> — Sat May 10, 2008 6:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2008-05-09T08:55:10-04:00</updated>

		<published>2008-05-09T08:55:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82824#p82824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82824#p82824"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82824#p82824"><![CDATA[
Ahh, I guess I know what he means. But looking at the handle:deop I wonder  if this the place where reop conditions are checked. I am pretty sure that my bots do not reop uppon deop of myself. Looking at the code I understand, that only deops of chanserv are explicitly made undone (due to deops of net rejoins). Any other reop is triggered by the event "need op" of the bot itself.<br>So I wonder why my script would reop on deop of an friend or owner, testing with my own bots shows me that no reop is done.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri May 09, 2008 8:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2008-05-09T08:40:35-04:00</updated>

		<published>2008-05-09T08:40:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82823#p82823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82823#p82823"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82823#p82823"><![CDATA[
I think he means if the user has +nf chattr, and the victim was the bot, do not proceed to reop the bot, else if the user does not have +nf flags then proceed to reop the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri May 09, 2008 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2008-05-09T03:36:12-04:00</updated>

		<published>2008-05-09T03:36:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82818#p82818</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82818#p82818"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82818#p82818"><![CDATA[
I just tried to understand what you tried to say, but I simply don't get it at all. The only thing I am pretty sure about is, that you are talking about the "op" brace in handle:need, right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri May 09, 2008 3:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[uffs]]></name></author>
		<updated>2008-05-08T16:42:20-04:00</updated>

		<published>2008-05-08T16:42:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82813#p82813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82813#p82813"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82813#p82813"><![CDATA[
is it possible to add .. <br><br>if {[matchattr $handle +nf   -&gt; procedure REOP if bot -o will halt..<br><br>if {![matchattr $handle +nf -&gt; Bot regain OP<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9870">uffs</a> — Thu May 08, 2008 4:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2007-02-01T05:46:16-04:00</updated>

		<published>2007-02-01T05:46:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70138#p70138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70138#p70138"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70138#p70138"><![CDATA[
its working now.. thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Thu Feb 01, 2007 5:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2007-02-01T04:38:34-04:00</updated>

		<published>2007-02-01T04:38:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70137#p70137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70137#p70137"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70137#p70137"><![CDATA[
exactly, the global master allows chanserv to act against other policies (making the bot to never start a fight against chanserv which would be rediculous). Also add channel rights corresponding the access level of the bot to chanserv. The script will ask chanserv only for things it knows to have access by these accesses for a channel (and therefore not ask for op in a channel it is only on the voice list).<br>oh, and make sure your variable for network and the string "DALnet" match exactly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Feb 01, 2007 4:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2007-01-31T19:27:43-04:00</updated>

		<published>2007-01-31T19:27:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70132#p70132</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70132#p70132"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70132#p70132"><![CDATA[
i hope this`s not a dumb think..<br>does it`s mean we must set like this :<br><br>.+user chanserv <a href="mailto:chanserv@services.dal.net">chanserv@services.dal.net</a><br>.chattr chanserv +m<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Wed Jan 31, 2007 7:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2007-01-31T17:55:13-04:00</updated>

		<published>2007-01-31T17:55:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70129#p70129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70129#p70129"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70129#p70129"><![CDATA[
Read the install requirements closer. You have to tell your bot that it has access on chanserv. How you do that is written in the install requirements. Your error message says clearly that you didn't do all steps mentioned there.<br><br>btw. the details of the errorInfo is from another error <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">, but thanks for the effort.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Jan 31, 2007 5:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2007-01-31T17:36:14-04:00</updated>

		<published>2007-01-31T17:36:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70127#p70127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70127#p70127"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70127#p70127"><![CDATA[
<blockquote class="uncited"><div>Are you sure that your bot knows it has the right to do an invite (read the full text of install requirements)? It expects to have at least voice level at chanserv for that channel, else it won't send an invite.<br>Also possible could be that it cant seen chanserv online -&gt; no +watch supported by ircd?</div></blockquote>my bot have a @ access in that chan, honestly i dont understand with this, i have read your Install requirements.. hmm could you explain to me more specific regarding this.<br>example what its mean, we must to do what with this "Add (if not existing) chanserv as a user with hostmark matching the real chanserv, global +m flag and flags represanting the bots access level on the channels"<br><br>and i think this is will be related to :<br><br>[8:25:55am] ((spitz) [08:28] Tcl error [handle:servwatch 1]: No such user.<br>[8:25:55am] ((spitz) [08:28] Tcl error [handle:servwatch 1]: No such user.<br>[8:26:05am] [elisca] .set errorInfo<br>[8:26:05am] ((spitz) [08:28] #elisca# set errorInfo<br>[8:26:06am] ((spitz) Currently: couldn't open socket: connection refused<br>[8:26:06am] ((spitz) Currently: while executing<br>[8:26:06am] ((spitz) Currently: "socket -async $hostname $x"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Wed Jan 31, 2007 5:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2007-01-31T15:05:25-04:00</updated>

		<published>2007-01-31T15:05:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70118#p70118</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70118#p70118"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70118#p70118"><![CDATA[
Are you sure that your bot knows it has the right to do an invite (read the full text of install requirements)? It expects to have at least voice level at chanserv for that channel, else it won't send an invite.<br>Also possible could be that it cant seen chanserv online -&gt; no +watch supported by ircd?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Jan 31, 2007 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2007-01-31T01:35:05-04:00</updated>

		<published>2007-01-31T01:35:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70102#p70102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70102#p70102"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70102#p70102"><![CDATA[
ChanServ features: invite on need seem not working well.. my bot can not enter the chan with +i mode<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Wed Jan 31, 2007 1:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-09-13T07:33:30-04:00</updated>

		<published>2006-09-13T07:33:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66302#p66302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66302#p66302"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66302#p66302"><![CDATA[
Changes from 1.5.3 to 1.5.4:<br>- fixed stupid missing var entry in global of handle:nickauthed<br><br>Edit: okay, upload done ^-^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Sep 13, 2006 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-28T14:00:32-04:00</updated>

		<published>2006-06-28T14:00:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64398#p64398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64398#p64398"/>
		<title type="html"><![CDATA[Chanservneed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64398#p64398"><![CDATA[
Changes from v1.5 to v1.5.3:<br>- adjusted the putlogs (uniform format)<br>- trigger need op on chanserv deop<br>- all handle matchs in nocase<br>- Changed flag requirements for invite, since you only need a "Level above 0" for these commands on (default) chanserv<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Jun 28, 2006 2:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
