From d14397349cd891316b8e7e838568ea6424485624 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 4 Jan 2019 13:46:38 +0000 Subject: [PATCH] Documenting chat --- chat.8 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chat.8 diff --git a/chat.8 b/chat.8 new file mode 100644 index 0000000..114a296 --- /dev/null +++ b/chat.8 @@ -0,0 +1,15 @@ +.\" Manpage for Chat +.\" Contact ubergeek@phoenix.thunix.cf to correct errors or typos. +.TH man 8 "04 January 2019" "1.0" "Thunix chat man page" +.SH NAME +chat \- chat script +.SH SYNOPSIS +chat +.SH DESCRIPTION +This is a simple script to launch weechat for new users, and get them into the correct channel for chat and support. +.SH BUGS +* If you have a customized list of servers in your weechat config already, this may try to connect you twice, and you'll have two nicks going at once, which will be confusing. Once you've customized weechat to your liking, just invoke 'weechat' or 'weechat-curses'. +.SH SEE ALSO +weechat(8) +.SH AUTHOR +Uber Geek (ubergeek@phoenix.thunix.cf)