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

	<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-04-08T09:39:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-08T09:39:59-04:00</updated>

		<published>2003-04-08T09:39:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18729#p18729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18729#p18729"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18729#p18729"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>setuser $nick PASS $pass</code></pre></div> is right<br>(allready have that stuff in my TCL)<br><br>additional you need to check how long the name is, and if it's too long shorten it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Apr 08, 2003 9:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-08T09:03:20-04:00</updated>

		<published>2003-04-08T09:03:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18722#p18722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18722#p18722"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18722#p18722"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc chkemail {in} {   return [regexp {^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$} $in] }proc genrand {} {  return [md5 "[rand 999999][clock seconds][rand 999999]"]}bind pub - "newacct" pub:account:newproc pub:account:new {nick uh hand arg} {  if {($hand != "*") || (![chkemail [lindex [split $arg] 0]]) || ([validuser $nick)} {    puthelp "PRIVMSG $nick :Error generating your account"    putlog "Failed automated account creation"    return  }  set ident [lindex [split $uh @] 0]  set ident [string range $ident [expr [string length $ident] - 4] end]  set end [lindex [split $uh @] 1]  set end [string range $end [expr [string length $end] - 7] end]  adduser $nick "${nick}!*${ident}@*${end}"  set pass [genrand]  # I am not 100% sure if this needs doing manualy or not  # Uncomment the next line, and comment/delete the line after if this fails  #setuser $nick PASS [encpass $pass]  setuser $nick PASS $pass  chattr $nick +v  sendpass [lindex [split $arg] 0] $pass}</code></pre></div>You can try the above.<br><br>It needs a lot of work doing on it. Including the "sendpass" procedure, which will generate the mail.<br><br>The mail format is up to you, so you would have to amke it.<br><br>Aditionaly, you will need one of the mail sending wrapper scripts, to send the mail on. This is your choice too.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Apr 08, 2003 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-08T08:26:11-04:00</updated>

		<published>2003-04-08T08:26:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18716#p18716</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18716#p18716"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18716#p18716"><![CDATA[
just checkt, the email feature is in m99botnet..just found a working <a href="http://www.phoenix-shells.de/downloads/eggdrop1.6.3+botnet.m99.2.7.7.tar.gz" class="postlink">dl-link</a><br><br>you may try to use it's features, because my script will still take a while to be finished and i have to manage some private problems atm (State wants to check me for army etc).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Apr 08, 2003 8:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-07T16:23:51-04:00</updated>

		<published>2003-04-07T16:23:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18688#p18688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18688#p18688"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18688#p18688"><![CDATA[
I found talk.tcl, but this was not what I was looking for.<br><br>So I'll just wait untill you publish you're. =) <br>ETA?<br><br>Jan<p>Statistics: Posted by Guest — Mon Apr 07, 2003 4:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-07T14:28:05-04:00</updated>

		<published>2003-04-07T14:28:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18685#p18685</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18685#p18685"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18685#p18685"><![CDATA[
<a href="http://www.ircbots.de" class="postlink">www.ircbots.de</a> i think...or <a href="http://www.m99.de" class="postlink">www.m99.de</a><br><br>or you talk to m99 himself in #chatten.de @IRCNet<br><br>hmmm, my own script is nearly finished...when i completed it i will post it (atm : Sends mail with username &amp; pw and a little "unlock account" trigger)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Apr 07, 2003 2:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-07T14:10:49-04:00</updated>

		<published>2003-04-07T14:10:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18683#p18683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18683#p18683"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18683#p18683"><![CDATA[
<blockquote class="uncited"><div>m99botnet or talk.tcl got something like this email register mode....</div></blockquote>you or anyone else know where to find them? Look'ed in both egghelp.org and at google.<br><br>Jan<p>Statistics: Posted by Guest — Mon Apr 07, 2003 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-07T08:15:18-04:00</updated>

		<published>2003-04-07T08:15:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18670#p18670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18670#p18670"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18670#p18670"><![CDATA[
m99botnet or talk.tcl got something like this email register mode....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Apr 07, 2003 8:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-06T16:06:50-04:00</updated>

		<published>2003-04-06T16:06:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18644#p18644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18644#p18644"/>
		<title type="html"><![CDATA[registere nick, and send password in mail.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18644#p18644"><![CDATA[
I like to have my channels moderated, to get ridd of alot of spam. <br><br>But the thing I would like to make or get, is a script that people could register, and a random password is created and mailed to them, so they would have to connect to the bot and give themself voice to talk. <br><br>Anyone got a script or something like that?<br><br>Jan<p>Statistics: Posted by Guest — Sun Apr 06, 2003 4:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
