README Revision: 06/14/2000 



table of contents
1-1 Disclaimer
1-2 About
1-3 Commands
1-4 Installation
1-5 Point of contact


  1-1 ::Disclaimer/terms of service::

The author {spiffware} does not take any responsibility nor liability of any action 
taken by the use of this script this script was created as a entertainment for fun
to share freeware and shareware software with your freinds. If this script is used 
in any illegal use all responsibility and liability is exclusively put on the user of 
this script not of the author.

  1-2 ::About::
This is my first tcl script I ever created I hope you all like it and find a good use
for it. This script is for all you users out there that loves linux and ftp servers but
has no way of anouncing your pub ftp access. 
   things you will need for this script to work.
     a. glftpd
     b. eggdrop
This script announces in a pub channel on a irc server A TRIGGER and how many people
are on your ftp out of how many people are a lowed all set by you.

  1-3 ::Commands::
There are only 2 main commands in this version.
1. the trigger you set that is a public command.
2. !who you msg your bot with !who and you will see who is on your ftp. { to do that 
you need to set a +W flag on your eggdrop for those you want to be able to use this}

  1-4  ::Installation::
First you must install glftpd in /glftpd correctly and check that it all works right
then copy ftpwho and who in your /glftpd/bin dir. and set the permissions by doing
the following:
   cp -a ftpwho /glftpd/bin
   cp -a who /glftpd/bin
   chown root.root /glftpd/bin/ftpwho
   chown root.root /glftpd/bin/who
   chmod 777 /glftpd/bin/ftpwho
   chmod 777 /glftpd/bin/who
** I've added a ftpwho.c if this one does not work you can compile your own like this
   cc -o ftpwho ftpwho.c

then install eggdrop into your shell and copy the 0CDAD.tcl into your 
/home/<shell>/eggdrop/scripts  and set the permission as follows:
  cp -a 0CDAD.tcl /home/<shell>/eggdrop/scripts/0CDAD.tcl
  chown shell.shell /home/<shell>/eggdrop/scripts/0CDAD.tcl

now edit the top part of the 0CDAD.tcl like so:
   pico 0CDAD.tcl
edit the following:
set ad-at- 1 ;                # Set timer for ad min intervales 5 = 5 mins   
set chan "#channel" ;         # Chan to advertise in:
set trig "!trigger" ;         # Public trigger for ppl to get your info:
set site "your site name" ;   # Your FTP site name:
set ip "0.0.0.0" ;            # Your FTP ip
set port "1234" ;             # Your FTP Port:
set logon "logon" ;           # Your public logon name:
set pass "pass" ;             # Your FTP pass:
set info "info" ;             # Your FTP info txt ie: hammer = ban:
set max "8" ;                 # Your max users allowed on your FTP:

now type Ctrl+x then type y then enter.
now edit the last line of your eggdrop.conf file and add this line:
source scripte/0CDAD.tcl

now you are all installed and ready to start your eggdrop bot in the channel you 
you set above.
Enjoy this script!!!

  1-5 ::Point of Contact and Comments::
Author spiffware
found on efnet: #eggheads dalnet: #tecpower {as [spiff] or spiffware}
e-mail admin@tecman.net
website www.tecman.net {only for electronics sales}



