Merge pull request #3125 from MaxLeiter/spelling

Spelling fix for manual disconnect message
This commit is contained in:
Jérémie Astori 2019-03-17 22:59:09 -04:00 committed by GitHub
commit 4937a79384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();