Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
26
bitchx-docs/5_Programming/dump
Normal file
26
bitchx-docs/5_Programming/dump
Normal file
@@ -0,0 +1,26 @@
|
||||
Synopsis:
|
||||
dump [all|alias|variables|on]
|
||||
|
||||
Description:
|
||||
This purges all aliases, variables, and/or hooks in the client's current
|
||||
memory. This is useful if a script is not behaving as expected, letting
|
||||
the use dump everything and reload the script without restarting the
|
||||
client. It is also useful for dumping any scripts that the client loads
|
||||
automatically upon startup.
|
||||
|
||||
If no specific data type is specified, 'all' is used as the default.
|
||||
|
||||
Options:
|
||||
alias purges all aliases in memory
|
||||
variables purges all variables in memory
|
||||
on purges all hooks in memory
|
||||
all all of the above
|
||||
|
||||
Bugs:
|
||||
The client will not return an error message if an invalid type is given.
|
||||
In fact, it will report that the given type was indeed dumped!
|
||||
|
||||
Other Notes:
|
||||
This command does not affect the .ircrc or any other file in any way.
|
||||
It only affects the client's current state.
|
||||
|
||||
Reference in New Issue
Block a user