diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-26 14:51:41 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-26 14:51:41 +0000 |
commit | 0a3a175a7dc8616ba2000973437fcaa4f5cf64d8 (patch) | |
tree | 0d483b40012dcd3dfeba71d268fa4e679dec2c50 /docs/startup-HOWTO.html | |
parent | 37b8d68d285302461e2ac54cef12829d4a0713b5 (diff) | |
download | irssi-0a3a175a7dc8616ba2000973437fcaa4f5cf64d8.zip |
/SET show_nickmode_empty ON
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1563 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 83ac071f..b4436856 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -613,7 +613,11 @@ of them you might want to change (the default value is shown):</p> <dt>/SET show_nickmode ON</dt> <dd>Show the nick's mode before nick in channels, ie. ops have - <@nick>, voices <+nick> and others < nick></dd> + <@nick>, voices <+nick> and others < nick></dd> + +<dt>/SET show_nickmode_empty ON</dt> + <dd>If the nick doesn't have a mode, use one space. ie. ON: + < nick>, OFF: <nick></dd> <dt>/SET show_quit_once OFF</dt> <dd>Show quit message only once in some of the channel windows the |