Other functions

addtabkey country crypt epic getcdcc getenv getgid getlogin getpgrp getreason gettabkey getuid help idle info irclib jot pid ppid sendcdcc [uname] version

Liam's BitchX Command Reference

BitchX scripting function $uname()

uname
Function
$uname()
Usage
$uname(format)
Returns
The operating environment information; without arguments on Linux-based systems this is often the Kernel version, e.g. Linux 2.12.4-0.mm.7mdv-i686-up-64GB.
The input string, if given, is used as a format and can contain the following codes:
%a all information (same as %s %n %r %v %m)
%s kernel name
%r kernel release
%v kernel version
%m machine name
%n network node hostname
%% (a literal percent sign).
The default is "%s %r".


previous: umode next: uname