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

View File

@@ -0,0 +1,29 @@
Synopsis:
$info(C|O|S)
Technical:
This function returns information about how the client was compiled.
Practical:
This function is used to fetch information stored in the client at
compile time. It can be used to find out who compiled it, and when;
what #define options were enabled; and to get the checksums of the
binary.
Returns:
requested information
Options:
c user@machine that compiled client, and time of compilation
o compile-time options used
s binary checksums
Examples:
$info(c) might return
"Compiled by root@foobar on Fri Jan 3 1997 at 01:56:24 CST"
$info(o) might return "2aefgknvzc"
$info(s) might return "1138232081 989 info.c.sh"
See Also:
Compile_Opts(7)