diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-28 22:29:06 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-28 22:29:06 +0000 |
commit | 77adc998efb13ba9deb9851f5b53294b389077d3 (patch) | |
tree | 97798a9aacce884e1eee935a6b9665265045a814 /docs | |
parent | f1877ec70550352b8c25e2cdbf6fc605340f00c9 (diff) | |
download | irssi-77adc998efb13ba9deb9851f5b53294b389077d3.zip |
/REHASH -> /RELOAD so it won't collide with the server's rehash command.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@393 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual.txt b/docs/manual.txt index d85f1941..839f1c64 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -301,8 +301,8 @@ The format is pretty much the same as in libPropList and should be easily understandable. - You can reload the config file on the fly with /REHASH command, you - can also read a different config file with /REHASH <filename>. + You can reload the config file on the fly with /RELOAD command, you + can also read a different config file with /RELOAD <filename>. If you change any settings, they aren't saved to file until you use /SAVE. You can save the config file to different place with |