From 53d2e697d0288566273826d108352293d3fa637b Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sun, 17 Mar 2019 19:18:02 -0700 Subject: [PATCH] Spelling fix for manual disconnect message --- src/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index 3896c831..c45f64cb 100644 --- a/src/client.js +++ b/src/client.js @@ -250,7 +250,7 @@ Client.prototype.connect = function(args) { if (network.userDisconnected) { network.channels[0].pushMessage(client, new Msg({ - text: "You have manually disconnected from this network before, use /connect command to connect again.", + text: "You have manually disconnected from this network before, use the /connect command to connect again.", }), true); } else { network.irc.connect();