Add 'list' option to bind command to list all the available commands and remove

hardcoded list in bind help.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4835 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-05-19 11:25:14 +00:00 committed by exg
commit 547e3defc2
4 changed files with 18 additions and 65 deletions

View file

@ -234,6 +234,7 @@ enum {
TXT_PERL_ERROR,
TXT_BIND_HEADER,
TXT_BIND_LIST,
TXT_BIND_COMMAND_LIST,
TXT_BIND_FOOTER,
TXT_BIND_UNKNOWN_ID,
TXT_CONFIG_SAVED,