Irssi::command_bind(): Don't run the command twice. Log updated for

log_write_rec()


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1236 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-17 12:23:18 +00:00 committed by cras
commit 513e140bce
2 changed files with 14 additions and 5 deletions

View file

@ -52,9 +52,10 @@ log_close(log)
Irssi::Log log
void
log_write_rec(log, str)
log_write_rec(log, str, level)
Irssi::Log log
char *str
int level
void
log_start_logging(log)