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'.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
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"