Warning the following may screw up your script, remove precious savefiles or
render the client unusable, you have been warned.

Commands of use.
/gsnap (grabs latest snapshot) <- requires wget installed.
/usnap (updates ~/amn after one does /gsnap... UNTESTED)
/adump (restarts/reloads the script)
/upgrade (removes common non-backwards compatable savefiles)
/fupgrade (removes extra common non-backwards comptable savefiles; auto
           reloads the script to defaults)

Before you can use the above commands you must have an ~/.epicrc that may
look something like the following example
21:08:09>zak@nocturnal:zak 5:0> cat .epicrc                                    
/load ~/amn/amn.epic

## /adump info and why.
/adump is more of a scripters command, there are various usages of this cmd,
i.e when playing with /sets and or formats/sbars etc.. something went wrong
/adump will dump and reload/configure the script from it's last /save position
(basically last working config before it got messed up)

## /gnsap info.
Note: requires wget installed in theory it should save to your current home
      directory as ac-snap.tgz
when the file is fetched.. you should see something like this.
21:40:49 URL:http://amnesiac.ircii.org/ac-snap.tgz [178779/178779]
-> "ac-snap.tgz" [1]

## /upgrade /fupgrade info
/upgrade will remove common savefiles but will not reload the script until
you tell it to i.e /adump there are various usages for this.

/fupgrade will remove extra common savefiles dump and reload the script to
defaults.

## Upgrading from various version info.
## 1.3 to 1.3d* (in theory)
rm -rf /path/to/amn <-- IMPORTANT
tar zxf newver.tgz (in your home dir or dir you want it)
or
tar zxf newver.tgz -C /path/to/where/you/want/it

/adump (in the client)

## Upgrading from 1.1x 1.2x to 1.3d
rm -rf /path/to/amn
tar zxf newver.tgz (in your home dir or dir you want it)
or
tar zxf newver.tgz -C /path/to/where/you/want/it

/adump
/fupgrade

done.
