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

	<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>2005-02-01T03:38:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-01T03:38:37-04:00</updated>

		<published>2005-02-01T03:38:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46053#p46053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46053#p46053"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46053#p46053"><![CDATA[
When you are a Halfop you can give people voice but not halfops or ops. You can kick users below halfop and also change the topic. Its just another flag to  give your channel helpers a bit more power without risking your own security.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Feb 01, 2005 3:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-01T02:17:39-04:00</updated>

		<published>2005-02-01T02:17:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46051#p46051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46051#p46051"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46051#p46051"><![CDATA[
I am not sure what we can define as halfop. Since I use bahamut, i.e. DALnet since the past 6-7years so I am not aware of halfop, halfvoice and those etc. Bahamut is plain and simple op, voice or none and no helper also.<br><br>If halfop can give voice, so can an a regular op? then what is the difference between an op and a halfop might I ask heh? Maybe halfops are restricted to setting specific chanel modes or so.<br><blockquote class="uncited"><div>Bot cant give ops if it only has halfops but your script is cool if you just want it for auto voicing (+v) people</div></blockquote>Obviously you can't give someone higher access than you. Its like logic someone with lower access cannot give higher access to someone else.<br><br>Well you can use bind pub if you want it to trigger some op or halfop to voice, a user or you can use bind join say if you want any active op or the bot itself to voice a user on join.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Feb 01, 2005 2:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-01T01:48:59-04:00</updated>

		<published>2005-02-01T01:48:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46049#p46049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46049#p46049"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46049#p46049"><![CDATA[
<blockquote class="uncited"><div>You might want to use, this as it will not work for ops then, only halfops heh:<br><div class="codebox"><p>Code: </p><pre><code>{![isop $botnick $c] &amp;&amp; ![ishalfop $botnick $c]} { return 0 }{[isop $botnick $c] || [ishalfop $botnick $c]} { pushmode $c +o $nick}</code></pre></div>Not sure how the script works, but something like this should make it work for both ops and halfops.</div></blockquote>Bot cant give ops if it only has halfops but your script is cool if you just want it for auto voicing (+v) people <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Feb 01, 2005 1:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-31T21:13:58-04:00</updated>

		<published>2005-01-31T21:13:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46039#p46039</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46039#p46039"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46039#p46039"><![CDATA[
You might want to use, this as it will not work for ops then, only halfops heh:<br><div class="codebox"><p>Code: </p><pre><code>{![isop $botnick $c] &amp;&amp; ![ishalfop $botnick $c]} { return 0 }{[isop $botnick $c] || [ishalfop $botnick $c]} { pushmode $c +o $nick}</code></pre></div>Not sure how the script works, but something like this should make it work for both ops and halfops.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Jan 31, 2005 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-31T16:20:25-04:00</updated>

		<published>2005-01-31T16:20:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46034#p46034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46034#p46034"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46034#p46034"><![CDATA[
Excelent I didnt know what the script was coded like but that will work also. Good on you for doing some research into it yourself. Not may people do that on here they just expect you to write it for them..<br><br>Here have an apple <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=3723">^DooM^</a> — Mon Jan 31, 2005 4:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Myst3K]]></name></author>
		<updated>2005-01-31T15:39:36-04:00</updated>

		<published>2005-01-31T15:39:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46033#p46033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46033#p46033"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46033#p46033"><![CDATA[
Thanks, im sure that would have worked too, i just got it working right before you posted that reply. This is what i did, being i dont know anything about coding, i was reading alot of posts in here about halfops.  I found in the autovoice script is had <div class="codebox"><p>Code: </p><pre><code>{![isop $botnick $c</code></pre></div>so i changed it to<br><div class="codebox"><p>Code: </p><pre><code>{![ishalfop $botnick $c</code></pre></div>i did that everywhere i found isop, and it works now, its not fully tested but its a start!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5950">Myst3K</a> — Mon Jan 31, 2005 3:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-31T15:35:42-04:00</updated>

		<published>2005-01-31T15:35:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46032#p46032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46032#p46032"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46032#p46032"><![CDATA[
Check the script. if it says anywhere <div class="codebox"><p>Code: </p><pre><code>isop $botnick</code></pre></div> then it is more than likley checking to make sure it has ops before it will give out voice. Halfops are relativly new and are rarley checked for especially on older scripts. <br><br>if it does say that piece of code in your script and you know your bot will only ever have halfop then change this<br><br><div class="codebox"><p>Code: </p><pre><code>isop</code></pre></div>to this<div class="codebox"><p>Code: </p><pre><code>!isop</code></pre></div>Hope this helps. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Mon Jan 31, 2005 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Myst3K]]></name></author>
		<updated>2005-01-31T14:48:40-04:00</updated>

		<published>2005-01-31T14:48:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46030#p46030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46030#p46030"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46030#p46030"><![CDATA[
The room levels are fine, as i can .voice &lt;user&gt;, and all the other halfops and i can voice users.  It just doesnt seem to try autovoicing them when it is halfop.  Could it be the AutoVoice Script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5950">Myst3K</a> — Mon Jan 31, 2005 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kk-]]></name></author>
		<updated>2005-01-31T08:44:45-04:00</updated>

		<published>2005-01-31T08:44:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46013#p46013</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46013#p46013"/>
		<title type="html"><![CDATA[Re: Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46013#p46013"><![CDATA[
<blockquote class="uncited"><div>I just got my bot up and running, and was playing around with it in a room with a couple of people.  I have a Nickserv TCL script, and an AutoVoice TCL script loaded on it.  When the bot is OP, the autovoice script works, but when it is only HalfOp it doesnt work.  The autovoice script is supposed to voice everyone that comes in the room.  Is it possible with only being HalfOp?</div></blockquote><br>Think you need to check your room levels looks like your halfops maybe not be able to voice people check that first... that the bot has access to voice with halfops...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3629">kk-</a> — Mon Jan 31, 2005 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Myst3K]]></name></author>
		<updated>2005-01-31T06:33:59-04:00</updated>

		<published>2005-01-31T06:33:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46002#p46002</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46002#p46002"/>
		<title type="html"><![CDATA[Does eggdrop work with only HalfOp?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46002#p46002"><![CDATA[
I just got my bot up and running, and was playing around with it in a room with a couple of people.  I have a Nickserv TCL script, and an AutoVoice TCL script loaded on it.  When the bot is OP, the autovoice script works, but when it is only HalfOp it doesnt work.  The autovoice script is supposed to voice everyone that comes in the room.  Is it possible with only being HalfOp?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5950">Myst3K</a> — Mon Jan 31, 2005 6:33 am</p><hr />
]]></content>
	</entry>
	</feed>
