diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-04 00:26:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-04 00:29:19 +0200 |
commit | 5a6ba4dda826308fd3ba5abd8cc25fba2166a431 (patch) | |
tree | 8ef6c6f010ff1feed1a4fb56e17fe955a7ff9ae7 /plugins/server_part.py | |
parent | c5e80b968862b4fe54d394ed278466f3eb02dd41 (diff) | |
download | poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.gz poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.bz2 poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.xz poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.zip |
Replace "MUC" by "chatroom" in the documentation
And fix some linewrapping, obsolete references to poezio.eu, and
obsolete docs.
Diffstat (limited to 'plugins/server_part.py')
-rw-r--r-- | plugins/server_part.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/server_part.py b/plugins/server_part.py index 878001e7..08aa663b 100644 --- a/plugins/server_part.py +++ b/plugins/server_part.py @@ -11,7 +11,7 @@ Command **Usage:** ``/server_part [<server> [message]]`` Leave all rooms on ``<server>``, if not provided and the current - tab is a MUC tab, it will leave all rooms on the current server. + tab is a chatroom tab, it will leave all rooms on the current server. ``[message]`` can indicate a quit message. |