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

	<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-02-01T10:08:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-01T10:08:09-04:00</updated>

		<published>2003-02-01T10:08:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16050#p16050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16050#p16050"/>
		<title type="html"><![CDATA[trivia3.4.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16050#p16050"><![CDATA[
Have you actualy added the bot to the channel?<br><br>WHile the script has a setting to pick which channel to run in, this is usualy just a limit channel.<br><br>IE, your bot is in 4 channels, but you only want 1 of the 4 to play trivia in.<br><br>If you have 4, but want a 5th to play trivia in, then you need to add the channel to the bot too.<br><br>see ".help +chan"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Feb 01, 2003 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-01T01:25:28-04:00</updated>

		<published>2003-02-01T01:25:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16030#p16030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16030#p16030"/>
		<title type="html"><![CDATA[trivia3.4.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16030#p16030"><![CDATA[
Hello,<br><br>Does anyone know of a problem with trivia3.4.tcl ? I have successfully installed the eggdrop, but the script does not appear as a bot in the channel I selected. - the channel is not being used (I am not trying to take over another channel).<br><br>Does anyone have any ideas of how to resolve this problem.<br><br>I would be interested to know if I have the directories and files correct. I created the following files and folders, are they in the right place?:<br><br>botdir/scripts/trivia/ (folder)<br>botdir/scripts/trivia/tr_questions (file)<br>botdir/scripts/trivia/trivia_stats (folder)<br><br>I also included questions in tr_questions in what I believe to be the correct format.<br><br>I hope someone can help me solve the problem.<br><div class="codebox"><p>Code: </p><pre><code>## Startup syntax: !trivia [points to win] [-lightning] [-suddendeath]### Configuration variables.## What channel would you like the bot to run in?set trivia_channel {#triviachannel}# Make sure the following stuff exists... trivia_prize_file_name is created automagically# with some default prizes.# trivia_question_file_name is the name of the questions file.set trivia_question_file_name {trivia/tr_questions}# trivia_prize_file_name contains one prize description per line. It's created automagically with some default prizes if it# isn't found.set trivia_prize_file_name {trivia/tr_prizes}# trivia_statistics_directory_name is a DIRECTORY, not a file, to store user stats in.set trivia_stats_dir_name {trivia/trivia_stats}# Some game play control variables.set trivia_min_points_to_win 1;# minimum number of points allowedset trivia_max_points_to_win 100;# maximum number of points allowedset trivia_default_points_to_win 20;# default number of points needed to winset trivia_hint_delay 3;# seconds to pause before showing a hintset trivia_start_pause 15;# seconds to pause before starting game (after !trivia is typed)set trivia_interval_timeout 40;# time players have to answer a question before timeoutset trivia_interval_pause 10;# time (seconds) from result to next questionset trivia_interval_lightning_pause 0;# time (seconds) from result to next question during lightning gameset trivia_max_teams 4;# max number of teams allowed (only teams with members are actually displayed)set trivia_nobody_nick "nobody";# nick to show when nobody gets a question right;# change "nobody" to $botnick to let the bot get credit :);# The following variables are used internally. Any changes you make here will be;# overwritten at run-time. Please only change the configuration variables above.</code></pre></div><p>Statistics: Posted by Guest — Sat Feb 01, 2003 1:25 am</p><hr />
]]></content>
	</entry>
	</feed>
