toxic is an ncurses\-based instant messaging client for Tox which formerly resided in the Tox core repository, and is now available as a standalone application\&.
.SH"OPTIONS"
.PP
\-4, \-\-ipv4
.RS4
Force IPv4 connection
.RE
.PP
\-b, \-\-debug
.RS4
Enable stderr for debugging\&. Redirect output to avoid breaking the curses interface and better capture messages\&.
.RE
.PP
\-c, \-\-config config\-file
.RS4
Use specified
\fIconfig\-file\fR
instead of
\fI~/\&.config/tox/toxic\&.conf\fR
.RE
.PP
\-d, \-\-default_locale
.RS4
Use default locale
.RE
.PP
\-f, \-\-file data\-file
.RS4
Use specified
\fIdata\-file\fR
instead of
\fI~/\&.config/tox/data\fR
.RE
.PP
\-h, \-\-help
.RS4
Show help message
.RE
.PP
\-n, \-\-nodes nodes\-file
.RS4
Use specified
\fInodes\-file\fR
for DHT bootstrap nodes, instead of
\fI__DATADIR__/DHTnodes\fR
.RE
.PP
\-o, \-\-noconnect
.RS4
Do not connect to the DHT network
.RE
.PP
\-p, \-\-proxy
.RS4
Use proxy: Requires [IP] [port]
.RE
.PP
\-r, \-\-dnslist
.RS4
Use specified DNSservers file
.RE
.PP
\-t, \-\-force\-tcp
.RS4
Force TCP connection (use this with proxies)
.RE
.PP
\-x, \-\-nodata
.RS4
Ignore data file
.RE
.SH"FILES"
.PP
__DATADIR__/DHTnodes
.RS4
Default list of DHT bootstrap nodes\&.
.RE
.PP
~/\&.config/tox/data
.RS4
Savestate which contains your personal info (nickname, Tox ID, contacts, etc)
.RE
.PP
~/\&.config/tox/toxic\&.conf
.RS4
Configuration file\&. See
\fBtoxic\&.conf\fR(5) for more details\&.
.RE
.PP
__DATADIR__/toxic\&.conf\&.example
.RS4
Configuration example\&.
.RE
.SH"BUGS"
.sp
Unicode characters with a width larger than 1 column may cause strange behaviour\&. Expect more bugs and bad behaviour: this software is in a pre\-alpha stage\&.