Usage:
/FEATURES [name]
With no arguments, /features prints a list of optional TF features, each prefixed with "+" or "-" to indicate that it is enabled or disabled, respectively.
With a name argument, /features returns 0 or 1 if the feature name is disabled or enabled, respectively, in this instance of tf. Case is insignificant in name.
Feature Meaning
------- -------
float Floating point arithmetic and functions
history /recall and /quote #
process /repeat and /quote
IPv6 Internet Protocol version 6
MCCPv2 Mud Client Compression Protocol version 2 (see: mccp)
ssl Secure Sockets Layer
SOCKS SOCKS proxy
locale allow alternate character sets and date formats
(see: locale)
subsecond time is measured with subsecond accuracy
ftime ftime() accepts % formatting
TZ honors the TZ variable
Example:
/if (!features("ssl")) /echo -e warning: socket is not secure%; /endif