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

	<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-26T18:05:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MC_8]]></name></author>
		<updated>2003-04-26T18:05:07-04:00</updated>

		<published>2003-04-26T18:05:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19473#p19473</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19473#p19473"/>
		<title type="html"><![CDATA[Code for Trivia]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19473#p19473"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg - !add proc_nameproc proc_name {nick uhost handle arg} {  if {![file exists the_datafile]} {close [open the_datafile w]}  set io [open the_datafile a]  puts $io $arg  close $io  putserv "NOTICE $nick :Added; $arg"}</code></pre></div>Hope that helps.<br>Keep in mind, if running the trivia script, it may load the database file into memory so your newly added entries might not apear.  You would need to look over the trivia script and determin how they load to memory and do the same within this <strong class="text-strong">proc_name</strong>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3080">MC_8</a> — Sat Apr 26, 2003 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-17T20:32:48-04:00</updated>

		<published>2003-04-17T20:32:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19194#p19194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19194#p19194"/>
		<title type="html"><![CDATA[Code for Trivia]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19194#p19194"><![CDATA[
hi, i need Code for trivia, for add questions whit and write this in a txt file )     /msg botnick answer*questions  or !add answer*questions<br><br>thanks ..<p>Statistics: Posted by Guest — Thu Apr 17, 2003 8:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
