home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / dump < prev    next >
Encoding:
Text File  |  2002-10-28  |  933 b   |  27 lines

  1. Synopsis:
  2.    dump [all|alias|variables|on]
  3.  
  4. Description:
  5.    This purges all aliases, variables, and/or hooks in the client's current
  6.    memory.  This is useful if a script is not behaving as expected, letting
  7.    the use dump everything and reload the script without restarting the
  8.    client.  It is also useful for dumping any scripts that the client loads
  9.    automatically upon startup.
  10.  
  11.    If no specific data type is specified, 'all' is used as the default.
  12.  
  13. Options:
  14.    alias       purges all aliases in memory
  15.    variables   purges all variables in memory
  16.    on          purges all hooks in memory
  17.    all         all of the above
  18.  
  19. Bugs:
  20.    The client will not return an error message if an invalid type is given.
  21.    In fact, it will report that the given type was indeed dumped!
  22.  
  23. Other Notes:
  24.    This command does not affect the .ircrc or any other file in any way.
  25.    It only affects the client's current state.
  26.  
  27.