# ----------------------------------------------------------------------------
# This is example startup script. it loaded _before_ connecting to any server
# so dont use any commands that requre server connection here.
#
# If you want to join some channel on startup or do anything that requre
# server connection, please use ~/.ircrc or ~/ircrc file wich will be loaded
# after connected to 1st server.
#
# Note that loading huge scripts like phoenix or lice should be done in
# ~/ircrc file, not here
# ----------------------------------------------------------------------------

# remove # from the line with load if you want your nick automaticly slided if
# nick is already in use. Example: /nick mikh will autochange to /nick ikhm
# if mikh already logged on irc.
# load autonick          

echo ### This is example of a new 'ircstart' script.

