#587375 irssi: use significant words for parameters in the howto like MyPassword instead of pass

Package:
irssi
Source:
irssi
Description:
terminal based IRC client
Submitter:
Jonas Stein
Date:
2010-06-29 21:45:07 UTC
Severity:
wishlist
#587375#5
Date:
2010-06-27 23:57:37 UTC
From:
To:
in document
/usr/share/doc/irssi/startup-HOWTO.html

it is difficult for the beginner to destinguish between keywords and options.

Example:
/NETWORK ADD -autosendcmd "/^msg nickserv ident pass;wait 2000" OFTC

could be more precise:
/NETWORK ADD -autosendcmd "/^msg nickserv ident MyPassword;wait 2000" OFTC

or
/NETWORK ADD -autosendcmd "/^msg nickserv ident $YourSecret;wait 2000" OFTC

same applies to other parameters. Perhaps some developer has a good idea how to improve that.
In html the use of colour or fontstyle could be helpfull too.

Thank you.