# HG changeset patch # User Mikael Berthe # Date 1134776331 -3600 # Node ID 7d9841ea20d8a2ab1598b2c8b7f58702d42ce987 # Parent 2b7ef605ddc6779773f7480a40312e9768e36aa9 Update documentation diff -r 2b7ef605ddc6 -r 7d9841ea20d8 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Dec 17 00:36:57 2005 +0100 +++ b/mcabber/ChangeLog Sat Dec 17 00:38:51 2005 +0100 @@ -20,6 +20,7 @@ been destroyed * MUC: Multiple other fixes and improvements * Handle messages beginning with "/me " (it is replaced with the nickname) + * New "/version" command * Documentation update -- Mikael, ? diff -r 2b7ef605ddc6 -r 7d9841ea20d8 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Dec 17 00:36:57 2005 +0100 +++ b/mcabber/doc/mcabber.1 Sat Dec 17 00:38:51 2005 +0100 @@ -195,7 +195,7 @@ .TP \fB/move\fR [groupname] -Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. This command only works with users (not agents), at the moment\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&. +Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&. .TP \fB/msay\fR begin|verbatim|send|abort @@ -280,6 +280,10 @@ Note: The jid can include a resource (i\&.e\&. user@server/resource)\&. +.TP +\fB/version\fR +Display mcabber version + .SH "CONFIGURATION FILE" diff -r 2b7ef605ddc6 -r 7d9841ea20d8 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Dec 17 00:36:57 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Sat Dec 17 00:38:51 2005 +0100 @@ -431,8 +431,7 @@
Move the current buddy to the requested group. If no group is - specified, then the buddy is moved to the default group. - This command only works with users (not agents), at the moment.
+ specified, then the buddy is moved to the default group.
Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy.
@@ -776,6 +775,12 @@ too.
Note: The jid can include a resource (i.e. user@server/resource). +
+/version +
+
+ Display mcabber version +

CONFIGURATION FILE

See the provided sample configuration file, which should be self-documented.

@@ -800,7 +805,7 @@ diff -r 2b7ef605ddc6 -r 7d9841ea20d8 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Dec 17 00:36:57 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Sat Dec 17 00:38:51 2005 +0100 @@ -162,8 +162,7 @@ /move [groupname]:: Move the current buddy to the requested group. If no group is - specified, then the buddy is moved to the default group. - This command only works with users (not agents), at the moment. + + specified, then the buddy is moved to the default group. + Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy. @@ -258,6 +257,9 @@ too. + Note: The jid can include a resource (i.e. user@server/resource). +/version:: + Display mcabber version + CONFIGURATION FILE ------------------ See the provided sample configuration file, which should be self-documented.