mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + alt-r
This commit is contained in:
@@ -102,6 +102,11 @@ irc_raw_open (int switch_to_buffer)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (switch_to_buffer)
|
||||
weechat_buffer_set (irc_raw_buffer, "display", "1");
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user