This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

TriviaPlus script location

General support and discussion of Eggdrop bots.
Post Reply
C
Count Zero
Voice
Posts: 2
Joined: Tue May 06, 2008 1:07 pm
Location: Plymouth England

TriviaPlus script location

Post by Count Zero »

I want to upload the TriviaPlus tcl script to my eggdrop but i cannot locate the webaddress http etc for the upload to use in Putty
Can anyone help me please
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: TriviaPlus script location

Post by speechles »

Count Zero wrote:I want to upload the TriviaPlus tcl script to my eggdrop but i cannot locate the webaddress http etc for the upload to use in Putty
Can anyone help me please
The tcl goes in your ../eggdrop/scripts/ folder. In eggdrop.conf you will need to source it 'source scripts/triviaplus.tcl'.

Code: Select all

#  The full path to the file containing the questions and answers.
#  The account the bot runs on must have read access to this file.
#  This is the default question file used at startup
set tgqdb "scripts/trivragen/demoquestions.txt"

#Set your questions data files here
#If u dont use one of them 
#use <return> as seperator or put everything on one line with a space!! eg: set questionfiles"file&desc file&desc file&desc"   
#The first line contains the default database set above
set questionfiles "$tgqdb&default
scripts/trivragen/demoquestions.txt&demo
scripts/trivragen/ccnaquestions.txt&CCNA"
The structure of the other folders is obvious as well reading these comments. After finishing all the setup and making sure paths are all correct. Log into your bots partyline and issue a .restart (.rehash may or may not work)
Post Reply