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

	<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>2006-03-03T03:41:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-03-03T03:41:39-04:00</updated>

		<published>2006-03-03T03:41:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60800#p60800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60800#p60800"/>
		<title type="html"><![CDATA[[Help]Bots request script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60800#p60800"><![CDATA[
this is that newbish rip of my script, and from what i can tell, this script would never work anyway because it's just crap.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Mar 03, 2006 3:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ni0]]></name></author>
		<updated>2006-03-02T11:54:23-04:00</updated>

		<published>2006-03-02T11:54:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60777#p60777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60777#p60777"/>
		<title type="html"><![CDATA[[Help]Bots request script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60777#p60777"><![CDATA[
proc rjoin {frombot command text} {<br>  set rnick [lindex [split $text] 0]<br>  set rchan [lindex [split $text] 1]<br>  set flags [lindex [split $text] 2]<br>  if {[string index $flags 0] != "+"} {<br>    set flags "+$flags"<br>    return 0<br>  }<br>  if {![validchan $rchan]} {<br>    channel add $rchan<br>    set rhost [getchanhost $rnick $rchan]<br>    if {[string match -nocase "*quakenet.org" "$rhost"]} {<br>      set rhost *!*@[lindex [split $hostname @] 1]<br>      } else {<br>      set rhost *!$hostname<br>    }<br>    if {[validuser [hand2nick $nickname]]} {<br>      chattr [nick2hand $rnick] +|almnoR $rchan<br>      putserv "NOTICE $rnick :Request accepted: Please give me $flags on [rservice $rchan] using: /msg [rservice $rchan $::botnick $flags"<br>      save<br>      } elseif {![validuser $nickname]} {<br>      adduser $nickname $rhost<br>      chattr [nick2hand $rnick] +|almnoR $rchan<br>      putserv "NOTICE $rnick :Request accepted: Please give me $flags on [rservice $rchan] using: /msg [rservice $rchan] $::botnick $flags"<br>      putserv "NOTICE $rnick :Please setup your password using: /msg $::botnick pass &lt;new_password&gt;"<br>      save<br>    }<br>  }<br>}<br><br>proc rservice {$rchan} {<br>  if {[onchan L $rchan]} {<br>    return L<br>    } elseif {[onchan Q $rchan]} {<br>    return Q<br>    } else {<br>    return "Q/L"<br>  }<br>}<br><br><br>This the request script but i want to use it with Chanserv and Nickserv not with L and Q it's possible? All the script can be found here <a href="http://www.geocities.com/tclfreak/request.zip" class="postlink">http://www.geocities.com/tclfreak/request.zip</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7096">Ni0</a> — Thu Mar 02, 2006 11:54 am</p><hr />
]]></content>
	</entry>
	</feed>
