Various updates/enhancements/fixes to the help files.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4545 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Jilles Tjoelker 2007-06-08 15:59:02 +00:00 committed by jilles
commit 10ae40c368
32 changed files with 78 additions and 50 deletions

View file

@ -1029,7 +1029,7 @@ void irc_commands_init(void)
command_bind_irc("map", NULL, (SIGNAL_FUNC) command_self);
/* SYNTAX: MOTD [<server>|<nick>] */
command_bind_irc("motd", NULL, (SIGNAL_FUNC) command_self);
/* SYNTAX: REHASH */
/* SYNTAX: REHASH [<option>] */
command_bind_irc("rehash", NULL, (SIGNAL_FUNC) command_self);
/* SYNTAX: STATS <type> [<server>] */
command_bind_irc("stats", NULL, (SIGNAL_FUNC) command_self);