diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-24 20:47:07 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-24 13:56:44 +0200 |
commit | 39175e1ad6fe6507bbe2874c6ce413cbe9c3366e (patch) | |
tree | bfe9fda3354ccc0ba437cfa959349d3ce7ab1c76 /README | |
parent | a2d55e4bead65d211b1c84e3b2a2a55b70f852d8 (diff) | |
download | biboumi-39175e1ad6fe6507bbe2874c6ce413cbe9c3366e.tar.gz biboumi-39175e1ad6fe6507bbe2874c6ce413cbe9c3366e.tar.bz2 biboumi-39175e1ad6fe6507bbe2874c6ce413cbe9c3366e.tar.xz biboumi-39175e1ad6fe6507bbe2874c6ce413cbe9c3366e.zip |
Little documentation update
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,11 +17,11 @@ The goal is to provide a way to access most of IRC features using any XMPP client. It doesn’t however try to provide a complete mapping of the features of both worlds simply because this is not useful and most probably impossible. For example all IRC modes are not all translatable into an XMPP -features. Some of theme are (like +m (mute) or +o (operator) modes), but +features. Some of them are (like +m (mute) or +o (operator) modes), but some others are IRC-specific. If IRC is the limiting factor (for example you cannot have a non-ASCII nickname on IRC) then biboumi doesn’t try to work around this issue: it just enforces the rules of the IRC server by -telling the user that he/she must choose an ASCII nickname only. An +telling the user that he/she must choose an ASCII-only nickname. An important goal is to keep the software (and its code) light and simple. ================ |