diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 15:41:50 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 15:41:50 +0100 |
commit | 0d691eaca734902fb6c0f476ad2dbddb72e6ba66 (patch) | |
tree | 6f9ce10d0c38c4109d9d2fd6c4cc2620f9972f92 | |
parent | 6f0ea5781ea4bd50324ee81758a9fd72ef780fcd (diff) |
Although linebreaks are allowed in the .xml files, new lines should never
start with XML tags, since they won't show up as whitespace in help.txt.
-rw-r--r-- | doc/user-guide/misc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index fcbdda0e..330e18bb 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -183,8 +183,8 @@ If you want to configure your own channels, you can use the <emphasis>channel se <title>Nickname formatting</title> <para> -The <emphasis>nick_format</emphasis> setting can be set globally using the -<emphasis>set</emphasis> command, or per account using <emphasis>account +The <emphasis>nick_format</emphasis> setting can be set globally using +the <emphasis>set</emphasis> command, or per account using <emphasis>account set</emphasis> (so that you can set a per-account suffix/prefix or have nicknames generated from full names for certain accounts). </para> @@ -218,14 +218,14 @@ See <emphasis>set nick_format2</emphasis> for some more information. <para> Two modifiers ares currently available: You can include only the first few -characters of a variable by putting a number right after the %. For example, -<emphasis>[%3group]%-@nick</emphasis> will include only the first three -characters of the group name in the nick. +characters of a variable by putting a number right after the %. For +example, <emphasis>[%3group]%-@nick</emphasis> will include only the first +three characters of the group name in the nick. </para> <para> Also, you can truncate variables from a certain character using -the <emphasis>-</emphasis>modifier. For example, you may want to leave out +the <emphasis>-</emphasis> modifier. For example, you may want to leave out everything after the @. <emphasis>%-@handle</emphasis> will expand to everything in the handle up to the first @. </para> |