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

	<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>2007-09-13T01:04:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-09-13T01:04:30-04:00</updated>

		<published>2007-09-13T01:04:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75910#p75910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75910#p75910"/>
		<title type="html"><![CDATA[Re: Sorry]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75910#p75910"><![CDATA[
<blockquote class="uncited"><div>For this you can use the ChanServ WHY command (as available in DALnet services). It shows if a user has access on a channel (if he has access, shows the access level FOUNDER/SOP/AOP), if he doesnt it returns NO.</div></blockquote>My services have no such command for chanserv, I think that only applies to Auspice services (which is only one of many). <br><br>:Edit: Anope uses STATUS and returns a numerical value.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu Sep 13, 2007 1:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-09-12T22:00:45-04:00</updated>

		<published>2007-09-12T22:00:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75904#p75904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75904#p75904"/>
		<title type="html"><![CDATA[Re: Sorry]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75904#p75904"><![CDATA[
<blockquote class="uncited"><div>Yo! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <blockquote class="uncited"><div>The tcl should allow only ops with chanserv access (aop, sop, etc) to have access to the commands </div></blockquote> This could pose a problem, since there are only a few ways to <em class="text-italics">check</em> who can and who can not use the commands with eggdrop. <strong class="text-strong">1</strong> by checking if the person is oped, halfoped or voiced on the channel. <strong class="text-strong">2</strong> by checking if the person has a serton flag in the bots userfile. <span style="text-decoration:underline">As well as a few that will use a login system</span>, just depends on how secure you want the script to be. But going from a channel access (ChanServ sop,aop,hop,vop list(s) ...access) could be a problem for the bot, since it has no way of knowing who is actually on the channel's access list, not to mention what level they have. I would really take <a href="http://forum.egghelp.org/viewtopic.php?p=75872#75872" class="postlink">Alchera</a> Advice and search for a command script that suits your needs best. <blockquote class="uncited"><div>all outdated</div></blockquote> The only thing that limits someone use of scripts from the TCL Archive is the bot version, this is due to it using commands that are only available in newer version of eggdrop irc bots.</div></blockquote>For this you can use the ChanServ WHY command (as available in DALnet services). It shows if a user has access on a channel (if he has access, shows the access level FOUNDER/SOP/AOP), if he doesnt it returns NO.<br><br>Based on this you can make your users access commands. I have developed a similar script using ChanServ WHY for my eggdrop bot to deop idle channel-ops (it checks access level through the why command and only deops AOP's - not users with higher access level than AOP).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Sep 12, 2007 10:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2007-09-12T09:09:57-04:00</updated>

		<published>2007-09-12T09:09:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75885#p75885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75885#p75885"/>
		<title type="html"><![CDATA[REQUEST - !op !ban !deop !voice !devoice etc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75885#p75885"><![CDATA[
you could give <a href="http://www.stormbot.org/" class="postlink">stormbot</a> a try, I've used it for many years with good results.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Sep 12, 2007 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-09-12T08:59:57-04:00</updated>

		<published>2007-09-12T08:59:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75883#p75883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75883#p75883"/>
		<title type="html"><![CDATA[Re: Sorry]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75883#p75883"><![CDATA[
Yo! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <blockquote class="uncited"><div>The tcl should allow only ops with chanserv access (aop, sop, etc) to have access to the commands </div></blockquote> This could pose a problem, since there are only a few ways to <em class="text-italics">check</em> who can and who can not use the commands with eggdrop. <strong class="text-strong">1</strong> by checking if the person is oped, halfoped or voiced on the channel. <strong class="text-strong">2</strong> by checking if the person has a serton flag in the bots userfile. <span style="text-decoration:underline">As well as a few that will use a login system</span>, just depends on how secure you want the script to be. But going from a channel access (ChanServ sop,aop,hop,vop list(s) ...access) could be a problem for the bot, since it has no way of knowing who is actually on the channel's access list, not to mention what level they have. I would really take <a href="http://forum.egghelp.org/viewtopic.php?p=75872#75872" class="postlink">Alchera</a> Advice and search for a command script that suits your needs best. <blockquote class="uncited"><div>all outdated</div></blockquote> The only thing that limits someone use of scripts from the TCL Archive is the bot version, this is due to it using commands that are only available in newer version of eggdrop irc bots.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Wed Sep 12, 2007 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-09-12T03:26:48-04:00</updated>

		<published>2007-09-12T03:26:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75875#p75875</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75875#p75875"/>
		<title type="html"><![CDATA[Re: yea but]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75875#p75875"><![CDATA[
<blockquote class="uncited"><div>all outdated, i'm not that stupid why would i ask without looking first im just stupid enough</div></blockquote>These are very simple public triggers. I doubt you wouldn't find them on the web. Public commands such as lolz tools would be able to fulfil your requirements.<br><blockquote class="uncited"><div>!op (Gives Op @ Sign)<br>!deop (Takes away Op +o Sign)<br>!voice (user) (Gives the Voice +v symbol)<br>!devoice (user) (Takes away the Voice + Symbol)<br>!halfop (user) (Gives the Halfop % symbol)<br>!dehalfop (user) (Takes away the Halfop % symbol)<br>!kick name reason (kicks the user from the channel)<br>!ban nickname (bans the nickname from the channel but doesnt kick)<br>!bk nickname reason (bans and kicks together the nickname)</div></blockquote>I don't think it is hard to write these type of scripts, in which the proc only consists of a 2-3 lines, heh. Nonetheless, here is an example op script:<br><div class="codebox"><p>Code: </p><pre><code>bind pub - "!op" op:userproc op:user {nick uhost hand chan text} { putserv "MODE $chan +o $nick"}</code></pre></div>You can create all the others using the following script I gave you above.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Sep 12, 2007 3:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stupidman]]></name></author>
		<updated>2007-09-12T01:21:40-04:00</updated>

		<published>2007-09-12T01:21:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75873#p75873</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75873#p75873"/>
		<title type="html"><![CDATA[yea but]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75873#p75873"><![CDATA[
all outdated, i'm not that stupid why would i ask without looking first im just stupid enough<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9303">Stupidman</a> — Wed Sep 12, 2007 1:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-09-11T23:01:02-04:00</updated>

		<published>2007-09-11T23:01:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75872#p75872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75872#p75872"/>
		<title type="html"><![CDATA[REQUEST - !op !ban !deop !voice !devoice etc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75872#p75872"><![CDATA[
Try the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a> as there are dozens of these types of scripts. If that fails there is always Google.<br><br>@awyeah: BotServ is available on all those bloated networks. Channel founders can send a request to BotServ to get a bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Sep 11, 2007 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stupidman]]></name></author>
		<updated>2007-09-11T22:42:39-04:00</updated>

		<published>2007-09-11T22:42:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75870#p75870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75870#p75870"/>
		<title type="html"><![CDATA[Sorry]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75870#p75870"><![CDATA[
Sorry.<br><br>The tcl should allow only ops with chanserv access (aop, sop, etc) to have access to the commands<br><br>!op (Gives Op @ Sign)<br>!deop (Takes away Op +o Sign)<br>!voice (user) (Gives the Voice +v symbol)<br>!devoice (user) (Takes away the Voice + Symbol)<br>!halfop (user) (Gives the Halfop % symbol)<br>!dehalfop (user) (Takes away the Halfop % symbol)<br>!kick name reason (kicks the user from the channel)<br>!ban nickname (bans the nickname from the channel but doesnt kick)<br>!bk nickname reason         (bans and kicks together the nickname)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9303">Stupidman</a> — Tue Sep 11, 2007 10:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-09-11T20:34:56-04:00</updated>

		<published>2007-09-11T20:34:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75868#p75868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75868#p75868"/>
		<title type="html"><![CDATA[REQUEST - !op !ban !deop !voice !devoice etc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75868#p75868"><![CDATA[
Care to explain what does a BotServ bot do? I mean what should the script do. Some of us here did not fully understand your concept. You should be less general and more precise when posting requests.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Sep 11, 2007 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Stupidman]]></name></author>
		<updated>2007-09-11T19:34:56-04:00</updated>

		<published>2007-09-11T19:34:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75867#p75867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75867#p75867"/>
		<title type="html"><![CDATA[REQUEST - !op !ban !deop !voice !devoice etc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75867#p75867"><![CDATA[
I would like a script like botserv bots, cause the network irc I'm on doesnt include it.<br><br>Sorry if I'm bad at spelling, does anyone know what I mean? All the ones I see on eggdhelp are out of date.<br><br>Please somebody help me, i'm no begger, but too dumb to learn and that is why my friend is configuration my bot for me<br><br>thank you all<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9303">Stupidman</a> — Tue Sep 11, 2007 7:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
