| View previous topic :: View next topic |
| Author |
Message |
Count Zero Voice
Joined: 06 May 2008 Posts: 2 Location: Plymouth England
|
Posted: Wed May 07, 2008 2:48 pm Post subject: TriviaPlus script location |
|
|
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 |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Wed May 07, 2008 3:45 pm Post subject: Re: TriviaPlus script location |
|
|
| 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: | # 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) |
|
| Back to top |
|
 |
|