mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
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:
parent
e5f1216797
commit
513e140bce
2 changed files with 14 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue