Spelling fix for manual disconnect message
This commit is contained in:
parent
fb2206028c
commit
53d2e697d0
@ -250,7 +250,7 @@ Client.prototype.connect = function(args) {
|
|||||||
|
|
||||||
if (network.userDisconnected) {
|
if (network.userDisconnected) {
|
||||||
network.channels[0].pushMessage(client, new Msg({
|
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);
|
}), true);
|
||||||
} else {
|
} else {
|
||||||
network.irc.connect();
|
network.irc.connect();
|
||||||
|
Loading…
Reference in New Issue
Block a user