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

	<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>2003-11-17T16:04:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-17T16:04:18-04:00</updated>

		<published>2003-11-17T16:04:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30197#p30197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30197#p30197"/>
		<title type="html"><![CDATA[Listening for input on query - User registration system]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30197#p30197"><![CDATA[
<blockquote class="uncited"><div><em class="text-italics">tcl-commands.doc</em><br>  setuser &lt;handle&gt; &lt;entry-type&gt; [extra info]<br>    Description: this is the counterpart of getuser. It lets you set the<br>      various values. Other then the ones listed below, the entry-types are<br>      the same as getuser's.<br>        PASS    - sets a users password (no third arg will clear it)<br>[snip]<br><br>  passwdok &lt;handle&gt; &lt;pass&gt;<br>    Description: checks the password given against the user's password.<br>      Check against the password "" (a blank string) or "-" to find out<br>      if a user has no password set.<br>    Returns: 1 if the password matches for that user; 0 otherwise<br>    Module: core</div></blockquote>these should help you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Nov 17, 2003 4:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masskilla]]></name></author>
		<updated>2003-11-17T12:28:22-04:00</updated>

		<published>2003-11-17T12:28:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30188#p30188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30188#p30188"/>
		<title type="html"><![CDATA[Listening for input on query - User registration system]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30188#p30188"><![CDATA[
Read tcl-commands.doc.<br><br>Especially on msg and msgm binds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=105">masskilla</a> — Mon Nov 17, 2003 12:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Aron]]></name></author>
		<updated>2003-11-17T10:23:07-04:00</updated>

		<published>2003-11-17T10:23:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30185#p30185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30185#p30185"/>
		<title type="html"><![CDATA[Listening for input on query - User registration system]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30185#p30185"><![CDATA[
I want to make a user registration system that works as follows:<br><br>An operator triggers the registration, with something like !adduser nickname , nothing fancy, or no problems so far.<br><br>The bot then opens a query window to the specified nick, asking for a password to complete their registration. Also, no problems so far.<br><br>Then the problem comes. The bot must listen for input (password) on the query, and i dont have a clue on how to do this <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>After that, the bot should ask the user to type YES/NO, if their password is correct, which has the same problem, but will probably have something to do with a "switch" statement.<br><br>If the user types YES, the user is added with his hostmask, nickname/handle and the password he supplied.<br><br>I already did some searches but couldn't find anything <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>Thanks in advance.<br><br>-Aron<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2858">Aron</a> — Mon Nov 17, 2003 10:23 am</p><hr />
]]></content>
	</entry>
	</feed>
