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

	<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-08-29T13:59:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-08-29T13:59:56-04:00</updated>

		<published>2007-08-29T13:59:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75551#p75551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75551#p75551"/>
		<title type="html"><![CDATA[Qakenet auth support for eggdrop users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75551#p75551"><![CDATA[
I'm the coder/developer of the service bots on #pwnd.bots at quakenet, and i have worked with such scripts before, and im currently adding it into my service script. <br><br>It takes alot of work, you got to know your raw's etc etc, and it can cause alot of bot lag/pingouts/sendq's if you don't watch out. <br><br>What i tend to do is do a /who #channel for each channel the bot is it, and use an array.<br><div class="codebox"><p>Code: </p><pre><code>bind pub nm|- \!getauths proc:getauthsbind raw -|- {354} proc:raw354if {![array exists authnames]} {  array set authnames {}}proc proc:getauths {nick uhost hand chan text} {  if {$text != "" &amp;&amp; [string index [set c[lindex [split $text] 0] 0]]] == "#" &amp;&amp; [validchan $c]} {    putquick "WHO $c %nat,37"  } elseif {$text == ""} {    foreach c [channels] {      putquick "WHO $c %nat,37"    }  }}proc proc:raw354 {from raw arg} {  global authnames  if {[lindex [split $arg] 1] == "37" &amp;&amp; ![info exists authnames([set n [string tolower [lindex [split $text] 2]]]] &amp;&amp; ([set a [lindex [split $arg] 3]] != "0" || $a != "")} {    set authnames($n) "$a"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Wed Aug 29, 2007 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-08-29T12:57:43-04:00</updated>

		<published>2007-08-29T12:57:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75549#p75549</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75549#p75549"/>
		<title type="html"><![CDATA[Qakenet auth support for eggdrop users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75549#p75549"><![CDATA[
This isn`t a bad idea. Right now there is no such script in public.<br><br>I guess no one releases it because it would create a support hell. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Either you can do it yourself or you can`t use that. I also highly doub`t someone does it here for free just because of this request. It`s to much code...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Wed Aug 29, 2007 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[paulm]]></name></author>
		<updated>2007-08-29T03:45:16-04:00</updated>

		<published>2007-08-29T03:45:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75546#p75546</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75546#p75546"/>
		<title type="html"><![CDATA[Qakenet auth support for eggdrop users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75546#p75546"><![CDATA[
Hi Alchera,<br><br>actually I did search Tcl Archive. Using "Quakenet" as search term I recieve 24 results but mainly scripts to auth the bot to Q, to get Chanlev or to protect a channel using Quakenet bots. Searching for "auth" I get little more results but still not the script I'm looking for. qban comes close but it only bans on auth names. What I'm looking for was setting a user's eggdrop flags on auth names - banning on these flags may be a part of it.<br>So I didn't find anything that adds Q auth support to the original eggdrop user records. If I didn't search hard enough I would appreciate a hint.<br><br>cheers,<br>paulm<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9262">paulm</a> — Wed Aug 29, 2007 3:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-08-28T20:45:54-04:00</updated>

		<published>2007-08-28T20:45:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75542#p75542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75542#p75542"/>
		<title type="html"><![CDATA[Qakenet auth support for eggdrop users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75542#p75542"><![CDATA[
Have you searched the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Aug 28, 2007 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[paulm]]></name></author>
		<updated>2007-08-28T20:21:34-04:00</updated>

		<published>2007-08-28T20:21:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75540#p75540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75540#p75540"/>
		<title type="html"><![CDATA[Qakenet auth support for eggdrop users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75540#p75540"><![CDATA[
Hi,<br><br>I'm looking for a script that allows me to identify eggdrop users not only by hostmask but alternatively by Quakenet auth nick.<br>For example, when I have added an eggdrop user with a hostmask "nick!login!host.org" and qauth-name "qanick" eggdrop would recognize channel users as him if they had the right hostmask or if they authed with Q using "qanick" as auth nickname.<br>Is there already such a script?<br><br>cheers,<br>paulm<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9262">paulm</a> — Tue Aug 28, 2007 8:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
