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

	<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-04-12T05:13:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-04-12T05:13:19-04:00</updated>

		<published>2008-04-12T05:13:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82272#p82272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82272#p82272"/>
		<title type="html"><![CDATA[please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82272#p82272"><![CDATA[
please it would be nice if someone of you could fix the script to dont give +o to all who joins. Only to authed people, doesnt matter iff who joins have ip hidden or not, the bot should detect if who joins has auth setted.<br>Thanks masters!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Sat Apr 12, 2008 5:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2008-03-19T09:04:45-04:00</updated>

		<published>2008-03-19T09:04:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81905#p81905</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81905#p81905"/>
		<title type="html"><![CDATA[need autoop on join only for authed people]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81905#p81905"><![CDATA[
Exacly..( the bot is oping by the host.. and not by the "authed as" message)...  can any 1 fix it? <br><br>Regards,<br>garfwen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Wed Mar 19, 2008 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-04-11T05:55:54-04:00</updated>

		<published>2008-03-19T08:31:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81903#p81903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81903#p81903"/>
		<title type="html"><![CDATA[wrong]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81903#p81903"><![CDATA[
Hi again, ive tested it and it doesnt work, when an authed user join, it gets +o, thats good, but when a normal user without auth joins the channel, he gets +o too. So, all users get +o. Please check it and try to make that only people with auth gets +o . Bot must check on join if the user has auth, not necessary to be +x and show .users.quakenet.org , if the user has auth but has not +x mode setted, he should get +o too.<br>Please someone that can fix the script.<br>Thanks masters!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Wed Mar 19, 2008 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2008-03-19T11:59:23-04:00</updated>

		<published>2008-03-10T10:53:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81601#p81601</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81601#p81601"/>
		<title type="html"><![CDATA[need autoop on join only for authed people]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81601#p81601"><![CDATA[
EDIT: Edited the WHO request arguments<br><div class="codebox"><p>Code: </p><pre><code>bind join -|- {*} auth:checkbind raw -|- {354} auth:rawproc auth:check {nick host hand chan} {    if {![string equal -nocase #mychannel $chan]} { return }    if {[string match -nocase *.users.quakenet.org $host]} {        utimer 5 [list auth:op $chan $nick]    } else {        puthelp "WHO $nick n%nat,167"    }}proc auth:raw {from raw arg} {    if {[lindex [split $arg] 1] == "167"} {        set nick [lindex [split $arg] 2]        set auth [lindex [split $arg] 3]        if {$auth != "" || $auth != "0"} {            utimer 5 [list auth:op #mychannel $nick]        }    }}proc auth:op {chan nick} {    if {[onchan $nick $chan] &amp;&amp; ![isop $nick $chan]} {        pushmode $chan +o $nick        flushmode $chan    }}</code></pre></div>This is basic, and untested.<br><br>Make sure you edit all the #mychannel to the name of the channel you want it to work for!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Mon Mar 10, 2008 10:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-03-10T09:06:59-04:00</updated>

		<published>2008-03-10T09:06:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81599#p81599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81599#p81599"/>
		<title type="html"><![CDATA[please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81599#p81599"><![CDATA[
please if you can when you have time, it would be nice if you can, try to make that script because autoop scripts for all joiners are not good because people that join proxys can make takeovers.<br>Thanks mates!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Mon Mar 10, 2008 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-02-24T19:37:29-04:00</updated>

		<published>2008-02-24T19:37:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81137#p81137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81137#p81137"/>
		<title type="html"><![CDATA[need autoop on join only for authed people]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81137#p81137"><![CDATA[
Hi, i know and ive got a lot of autoop tcl scripts on join but i'd like that only users authed that join my channel get +o, then i no need to set +r mode in the channel and all people can join.<br><br>It's for QuakeNet network. For example, a whois from an user :<br><br>[ont]zENT`OFF is <a href="mailto:zENTION@zenti0n.users.quakenet.org">zENTION@zenti0n.users.quakenet.org</a> * ...<br>[ont]zENT`OFF on #one<br>[ont]zENT`OFF using *.quakenet.org QuakeNet IRC Server<br>[ont]zENT`OFF is authed as zenti0n<br>[ont]zENT`OFF End of /WHOIS list.<br><br>The bot should check the nick when it joins my channel, and if he detects the four line where it shows :  [ont]zENT`OFF is authed as zenti0n<br><br>Then it gets +o.<br><br>No matters if the ip is hidden like : @zenti0n.users.quakenet.org  or it has the ip XX.XXX.XXX.XX, the bot must know if he has auth or not.<br><br>Thanks a lot!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Sun Feb 24, 2008 7:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
