diff --git a/components/app.js b/components/app.js
index 80fdb4c..ebbdb95 100644
--- a/components/app.js
+++ b/components/app.js
@@ -732,7 +732,7 @@ export default class App extends Component {
 	handleMessage(serverID, msg) {
 		let client = this.clients.get(serverID);
 
-		var destBuffers = this.routeMessage(serverID, msg);
+		let destBuffers = this.routeMessage(serverID, msg);
 
 		if (irc.findBatchByType(msg, "chathistory")) {
 			destBuffers.forEach((bufName) => {