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

	<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>2004-11-09T02:47:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[S]]></name></author>
		<updated>2004-11-07T18:40:08-04:00</updated>

		<published>2004-11-07T18:40:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42563#p42563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42563#p42563"/>
		<title type="html"><![CDATA[on text !nreg script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42563#p42563"><![CDATA[
closed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5627">S</a> — Sun Nov 07, 2004 6:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-08T10:49:54-04:00</updated>

		<published>2004-11-07T17:58:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42561#p42561</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42561#p42561"/>
		<title type="html"><![CDATA[on text !nreg script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42561#p42561"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !nreg nregproc nreg {n u h c t} {  if {[string tolower $c] == "#services"} {    set t [split $t]; set nreg_nick [lindex $t 0]    set nreg_pw [lindex $t 1]; set nreg_email [lindex $t 2]    utimer 1 [list putserv "qline $nreg_nick :nick registering"]    utimer 2 [list set nick $nreg_nick]    utimer 3 [list putserv "ns register $nreg_pw $nreg_email"]    utimer 4 {putserv "ns set protect on"}    utimer 5 [list set nick IrcBot2]     utimer 6 [list putserv "unqline $nreg_nick"]  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Nov 07, 2004 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[S]]></name></author>
		<updated>2004-11-09T02:47:23-04:00</updated>

		<published>2004-11-07T14:55:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42560#p42560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42560#p42560"/>
		<title type="html"><![CDATA[on text !nreg script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42560#p42560"><![CDATA[
I was wondering if some one could help me translate this into tcl.<br><div class="codebox"><p>Code: </p><pre><code>on *:TEXT:!nreg*:#services:{  set %nreg_nick $2  set %nreg_pw $3  set %nreg_email $4  /timer 1 1 /qline %nreg_nick nick registering  /timer 1 2 /nick %nreg_nick  /timer 1 3 /ns REGISTER %nreg_pw %nreg_email  /timer 1 4 /ns set protect on  /timer 1 5 /nick IrcBot2  /timer 1 6 /unqline %nreg_nick  unset %smode_chan  unset %smode_mode  unset %smode_nick }</code></pre></div><br><br>greetz S<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5627">S</a> — Sun Nov 07, 2004 2:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
