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

	<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>2005-01-23T11:31:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-01-23T11:31:20-04:00</updated>

		<published>2005-01-23T11:31:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45731#p45731</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45731#p45731"/>
		<title type="html"><![CDATA[Help cm Register Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45731#p45731"><![CDATA[
oops!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Jan 23, 2005 11:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Lph]]></name></author>
		<updated>2005-01-23T03:43:48-04:00</updated>

		<published>2005-01-23T03:43:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45721#p45721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45721#p45721"/>
		<title type="html"><![CDATA[Help cm Register Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45721#p45721"><![CDATA[
thank you .It have been worked. but in <blockquote class="uncited"><div>proc regnick { nickname hostname handle channel </div></blockquote> I fix is...<blockquote class="uncited"><div>proc pub:regnick { nickname hostname handle channel </div></blockquote>thank for your help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5692">Lph</a> — Sun Jan 23, 2005 3:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-01-23T03:08:51-04:00</updated>

		<published>2005-01-23T03:08:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45720#p45720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45720#p45720"/>
		<title type="html"><![CDATA[Help cm Register Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45720#p45720"><![CDATA[
I'll play nice<br><div class="codebox"><p>Code: </p><pre><code>bind PUB n|- !regnick pub:regnickproc regnick { nickname hostname handle channel arguments } {set nick [lindex [split $arguments] 0]set password [lindex [split $arguments] 1]set email [lindex [split $arguments] 2]if {$nick == "" || $password == "" || $email == ""} {putquick "NOTICE $nickname :Not enough arguments."return 0}if {[string length $password] &lt; 5} {putquick "NOTICE $nickname :The password isn't long enough"return 0}if {![string match -nocase "*@*" $email]} {putquick "NOTICE $nickname :Invalid email adress."return 0}##DO YOUR STUFF}</code></pre></div>This should work i guess, as always it's untested so if it doesn't work, Show me the error<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Jan 23, 2005 3:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Lph]]></name></author>
		<updated>2005-01-23T02:37:13-04:00</updated>

		<published>2005-01-23T02:37:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45719#p45719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45719#p45719"/>
		<title type="html"><![CDATA[Help cm Register Nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45719#p45719"><![CDATA[
i want to using public cm !regnick Nick Password Email to register nick through my Eggdrop<br> in password i want it must be over 5 character and in email i want to have @ .if it true my bot will register nick for user and else if password less 5 char it say :"your password less 5 char " if the email not has @ my bot will say:" your email is incorrect.."<br><br>  What i can do this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5692">Lph</a> — Sun Jan 23, 2005 2:37 am</p><hr />
]]></content>
	</entry>
	</feed>
