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:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

23
bitchx-docs/4_Misc/abort Normal file
View File

@@ -0,0 +1,23 @@
Synopsis:
abort [<filename>]
Description:
This command causes two things to happen, after which the client exits
immediately.
First, a SAVE is performed, with the data dumped either to the specified
file, or to "irc.aborted" if none. Second, it will drop a core file in
the current directory.
This command is used mainly for debugging purposes.
See Also:
quit(1); save(5)
Restrictions:
The core file will only be produced if the EPIC_DEBUG #define is enabled
in the source file config.h at compile time. It is disabled by default.
Other Notes:
Although it uses SAVE, this command will not clobber the .ircrc file,
unless it happens to be the filename specified.