From 79d116077b111cc1fb546761bc3e3f62c4afc1e2 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 17 Sep 2000 14:45:39 +0000 Subject: [PATCH] (Starting Liece): New section. (Basic Key Bindings): New section. --- doc/liece.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/doc/liece.xml b/doc/liece.xml index bd3e241..be45bf1 100644 --- a/doc/liece.xml +++ b/doc/liece.xml @@ -3,6 +3,10 @@ "http://docbook.org/xml/4.1.2/docbookx.dtd" [ + +Cc +"> ]>
@@ -164,9 +168,78 @@ Servers - Liece comes with a list of servers. + Liece comes with a list of servers + held in the variable liece-server-alist. + + + + Starting Liece + + + Start <firstterm>Liece</firstterm> + + If installation and configuration worked well, + you can invoke Liece typing + + + M + x + + liece + + in Emacs. + + + + Basic Key Bindings + + Once join a channel, if you type normal text then you will see it come up + in the channel with your nick before it. + If anyone else was in the channel they would also see that. + + + If you are familiar with IRC, you can issue commands with leading + + &liece-command-prefix;/ + , while there are many shortcut: + + + + &liece-command-prefix;j + + + Join one or more comma separated channels with given optional keys. + + + + + &liece-command-prefix;n + + Change your nickname. + + + + &liece-command-prefix;q + + + Quit Liece. + You can specify the comment by a prefix argument. + + + + + &liece-command-prefix;p + + + Part one or more channels. + You can specify the comment by a prefix argument. + + + + + -- 1.7.10.4