# HG changeset patch # User Mikael Berthe # Date 1134515337 -3600 # Node ID 803973541c2204672b138bbe3e880c1a03383cdf # Parent 483a87c99990ee86d8764c92325e641e68ff5655 Update documentation diff -r 483a87c99990 -r 803973541c22 mcabber/ChangeLog --- a/mcabber/ChangeLog Tue Dec 13 23:50:00 2005 +0100 +++ b/mcabber/ChangeLog Wed Dec 14 00:08:57 2005 +0100 @@ -1,12 +1,13 @@ mcabber (0.7.2-dev) - * Internal changes (code cleanup) + * Lots of internal changes (code cleanup) * Improved commands parsing Commands now handle correctly resources or nicknames containing whitespace * MUC: "/room topic" shows the current room topic * MUC: "/room nick" shows the current nickname * MUC: Add "/room kick", "/room ban", "/room whois" * MUC: Add "/room affil" and "/room role" + * MUC: Add "/room destroy" * MUC: Display a message when somebody is kicked/banned from a room * MUC: Multiple fixes and improvements * Handle messages beginning with "/me " (it is replaced with the nickname) diff -r 483a87c99990 -r 803973541c22 mcabber/TODO --- a/mcabber/TODO Tue Dec 13 23:50:00 2005 +0100 +++ b/mcabber/TODO Wed Dec 14 00:08:57 2005 +0100 @@ -21,7 +21,7 @@ * Publish personal information * GPG support * Colors for presence -* Options completion +* Improve the completion system * Persistent room in the roster (join every connect) * MUC: advanced settings for room creation * MUC: join password-protected room @@ -30,7 +30,6 @@ * Commands: - - /room destroy - /group expand|shrink|toggle + rename - /info [jid] diff -r 483a87c99990 -r 803973541c22 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Tue Dec 13 23:50:00 2005 +0100 +++ b/mcabber/doc/mcabber.1 Wed Dec 14 00:08:57 2005 +0100 @@ -213,6 +213,7 @@ \fBremove\fR remove the current room from the roster (you must have left this room before) \fBtopic\fR set topic for current room \fBunlock\fR unlock current room (if you are the owner) + \fBdestroy\fR [reason] destroy the current room (use with care!) \fBwhois\fR nick display MUC information about "nick" \fBinvite\fR jid [reason] invite jid to the current room diff -r 483a87c99990 -r 803973541c22 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Tue Dec 13 23:50:00 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Wed Dec 14 00:08:57 2005 +0100 @@ -456,7 +456,7 @@ the buddies to another group with the "/move" command).
-/room join|leave|names|nick|privmsg|remove|topic|unlock +/room join|leave|names|nick|privmsg|remove|topic|unlock|destroy
/room invite|kick|ban|role|affil @@ -530,6 +530,14 @@ +destroy [reason] + + +destroy the current room (use with care!) + + + + whois nick @@ -742,7 +750,7 @@ diff -r 483a87c99990 -r 803973541c22 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Tue Dec 13 23:50:00 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Wed Dec 14 00:08:57 2005 +0100 @@ -180,7 +180,7 @@ This command does not work for groups, at the moment (but you can move the buddies to another group with the "/move" command). -/room join|leave|names|nick|privmsg|remove|topic|unlock:: +/room join|leave|names|nick|privmsg|remove|topic|unlock|destroy:: /room invite|kick|ban|role|affil:: The 'room' command handles Multi-User Chat room actions. @@ -192,6 +192,7 @@ 'remove';; remove the current room from the roster (you must have left this room before) 'topic';; set topic for current room 'unlock';; unlock current room (if you are the owner) + 'destroy' [reason];; destroy the current room (use with care!) 'whois' nick;; display MUC information about "nick" 'ban' jid [reason];; ban jid from the current room 'invite' jid [reason];; invite jid to the current room