1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Add backlog for IRC channel and private buffers

This commit is contained in:
Sebastien Helleu
2008-10-07 14:29:46 +02:00
parent 44944ef01f
commit d5b78f0d8f
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -95,6 +95,9 @@ irc_channel_new (struct t_irc_server *server, int channel_type,
free (new_channel);
return NULL;
}
weechat_hook_signal_send ("logger_backlog",
WEECHAT_HOOK_SIGNAL_POINTER, new_buffer);
}
if (channel_type == IRC_CHANNEL_TYPE_CHANNEL)