# FPCLONE LOADER. version 1.00, last updated 3-4-96.
# Usage:
#   fpclone <nick> <server> <channel> [extra params]
# Parameter explanation:
#   <> means the parameter is required for proper usage.
#   [] means the parameter is optional, and does not need to be specified.
#   <nick> - The nick you wish to use in irc. If this is already in use,
#          you will be prompted for another one.
#   <server> - The server you wish to connect to. Currently, people in
#            Australia can only connect to au.undernet.org or
#            wollongong.nsw.au.undernet.org. This can also be other
#            variations which ircII can recognise, the most notable one
#            being localhost, which is the machine you are currently
#            logged into.
#   <channel> - The channel to join upon conencting to <server>. This
#             should NOT contain the preceeding hash (#), as FPClone Loader
#             will add this. Attempting to use a # at the beginning will
#             result in loading errors.
#   [extra params] - These are any extra parameters you wish to pass to
#                  ircII.

irc -l fpclone.irc -c "#$3" $1 $2 $4 $5 $6 $7 $8 $9

