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

	<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-08-07T12:04:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-08-07T12:04:15-04:00</updated>

		<published>2008-08-07T12:04:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84471#p84471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84471#p84471"/>
		<title type="html"><![CDATA[All of the Commands only for +v and above users.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84471#p84471"><![CDATA[
See the opchars config-setting in newer eggies:<blockquote class="uncited"><div># Some IRC servers are using some non-standard op-like channel prefixes/modes.<br># Define them here so the bot can recognize them. Just "@" should be fine for<br># most networks. Un-comment the second line for some UnrealIRCds.<br><br>set opchars "@"<br>#set opchars "@&amp;~"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Aug 07, 2008 12:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Viperb0y]]></name></author>
		<updated>2008-08-07T07:12:54-04:00</updated>

		<published>2008-08-07T07:12:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84464#p84464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84464#p84464"/>
		<title type="html"><![CDATA[All of the Commands only for +v and above users.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84464#p84464"><![CDATA[
Hi,<br><br>okay.. but another Problem.<br><br>The network also has Users with a % and ! prefix.. what is with them? I also want them to use the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10116">Viperb0y</a> — Thu Aug 07, 2008 7:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-08-06T21:18:28-04:00</updated>

		<published>2008-08-06T21:18:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84454#p84454</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84454#p84454"/>
		<title type="html"><![CDATA[All of the Commands only for +v and above users.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84454#p84454"><![CDATA[
<blockquote class="uncited"><div>P.S. If a user has +o.. is he includen in "isvoice"?</div></blockquote>Obviously not.<br><blockquote class="uncited"><div>  isop &lt;nickname&gt; [channel]<br>    Returns: 1 if someone by the specified nickname is on the channel (or<br>      any channel if no channel name is specified) and has ops; 0 otherwise<br>    Module: irc</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Aug 06, 2008 9:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Viperb0y]]></name></author>
		<updated>2008-08-06T17:36:53-04:00</updated>

		<published>2008-08-06T17:36:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84451#p84451</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84451#p84451"/>
		<title type="html"><![CDATA[All of the Commands only for +v and above users.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84451#p84451"><![CDATA[
Hi,<br><br>so i have to put your code in every proc? Hm.. okay but a lot of work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>P.S. If a user has +o.. is he includen in "isvoice"?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10116">Viperb0y</a> — Wed Aug 06, 2008 5:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-08-06T14:34:28-04:00</updated>

		<published>2008-08-06T14:34:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84445#p84445</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84445#p84445"/>
		<title type="html"><![CDATA[All of the Commands only for +v and above users.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84445#p84445"><![CDATA[
You can add a check for +v in each proc (and remove the flags from the binds).<div class="codebox"><p>Code: </p><pre><code>if {[isvoice $nick $chan]} {# $nick has +v on $chan}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Aug 06, 2008 2:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Viperb0y]]></name></author>
		<updated>2008-08-06T09:19:53-04:00</updated>

		<published>2008-08-06T09:19:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84437#p84437</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84437#p84437"/>
		<title type="html"><![CDATA[All of the Commands only for +v and above users.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84437#p84437"><![CDATA[
Hi,<br><br>currently I'm using this script on my Eggdrop:<br><br><a href="http://paste.tclhelp.net/?id=kv" class="postlink">http://paste.tclhelp.net/?id=kv</a><br><br>I use the +f flag to see if the Users are allowed to to the !smut things etc. But I don't want to add every user to the userlist.. too much work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">.<br><br>Is there a way to only allow the commands to +v and above users?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10116">Viperb0y</a> — Wed Aug 06, 2008 9:19 am</p><hr />
]]></content>
	</entry>
	</feed>
