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

	<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-10-17T12:50:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-10-17T12:50:40-04:00</updated>

		<published>2005-10-17T12:50:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56678#p56678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56678#p56678"/>
		<title type="html"><![CDATA[Store selected information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56678#p56678"><![CDATA[
Try<div class="codebox"><p>Code: </p><pre><code># Fileset bncinfofile "scripts/bncinfo.txt"# Informationset bncinfo {name email password}bind msg n bncadd bnc:info:addbind msg n bncget bnc:info:getproc bnc:info:add {nick uhost hand arg} { global bncinfofile bncinfo  set c 0  foreach i $bncinfo {   append info "$i: [lindex [split $arg] $c] "   incr c  }  puts [set f [open $bncinfofile a]] $info  close $f}  proc bnc:info:get {nick uhost hand arg} { global bncinfofile foreach i [split [read [set f [open $bncinfofile]]] \n][close $f] {  if {[string equal -nocase [lindex $i 1] [lindex [split $arg] 0]]} {   puthelp "notice $nick :$i" ; set found 1   break  } } if {![info exists found]} {  puthelp "notice $nick :[lindex [split $arg] 0] was not found in the DB." }}</code></pre></div>SYNTAX:<br><strong class="text-strong">bncadd &lt;name&gt; &lt;email&gt; &lt;password&gt;</strong> (depends on "set bncinfo")<br><strong class="text-strong">bncget &lt;name&gt;</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Oct 17, 2005 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-10-17T11:09:21-04:00</updated>

		<published>2005-10-17T11:09:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56676#p56676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56676#p56676"/>
		<title type="html"><![CDATA[Store selected information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56676#p56676"><![CDATA[
yea this is sooooo related to eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Oct 17, 2005 11:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Liteqh]]></name></author>
		<updated>2005-10-17T08:32:23-04:00</updated>

		<published>2005-10-17T08:32:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56675#p56675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56675#p56675"/>
		<title type="html"><![CDATA[Store selected information.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56675#p56675"><![CDATA[
Hi, im running a bnc company and im getting tired of users asking to change their passwords as they forget them. Is there a possibility that i can get a script that would store the information i tell it to, like i start a task with the bot lik $startstore and then type $email <a href="mailto:blah@blah.com">blah@blah.com</a> and so on untill i have added the the information i need then close it with $endstore. I have also toy'd with the idea of having it in one big file rather than a file per client, just add perhaps a $search feature that would go through the file and show me the results of the matching details.<br><br>Thankyou in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6860">Liteqh</a> — Mon Oct 17, 2005 8:32 am</p><hr />
]]></content>
	</entry>
	</feed>
