degesch: log self nick changes in server buffer

This commit is contained in:
Přemysl Eric Janouch 2015-06-28 16:36:51 +02:00
parent 3e47abdfbb
commit a1fa9d187e
1 changed files with 2 additions and 0 deletions

View File

@ -4553,6 +4553,8 @@ irc_handle_nick (struct server *s, const struct irc_message *msg)
if (irc_is_this_us (s, msg->prefix))
{
log_nick_self (s, s->buffer, new_nickname);
// Log a message in all open buffers on this server
struct str_map_iter iter;
str_map_iter_init (&iter, &s->irc_buffer_map);