diff --git a/components/app.js b/components/app.js index 6b12d2c..7ff1e36 100644 --- a/components/app.js +++ b/components/app.js @@ -663,6 +663,9 @@ export default class App extends Component { } affectedBuffers.push(buf.name); }); + if (client.isMyNick(newNick)) { + affectedBuffers.push(SERVER_BUFFER); + } } return affectedBuffers; case "TOPIC":