diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-11 00:15:32 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-11 00:15:32 +0000 |
commit | 429ce5a2b3140a74946f7c7b7678b80bf17b8848 (patch) | |
tree | 0e73b1074fdf7c0230b16f7b8dcf6c6a3fc4b539 /src | |
parent | 355e7dd84128a2d247a1021b2dbd9e9bbed0e7f3 (diff) | |
download | irssi-429ce5a2b3140a74946f7c7b7678b80bf17b8848.zip |
Removed SYNTAX: LOG LIST - the commands is /LOG
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1207 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/fe-log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-log.c b/src/fe-common/core/fe-log.c index 31a35687..25015926 100644 --- a/src/fe-common/core/fe-log.c +++ b/src/fe-common/core/fe-log.c @@ -184,7 +184,6 @@ static char *log_items_get_list(LOG_REC *log) return ret; } -/* SYNTAX: LOG LIST */ static void cmd_log_list(void) { GSList *tmp; |