mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-14 15:31:40 +00:00
Merge branch 'patch-1' of https://github.com/HayWo/mx-puppet-skype
This commit is contained in:
commit
fbe285926f
@ -192,7 +192,7 @@ export class Skype {
|
||||
const MINUTE = 60000;
|
||||
client.on("error", async (err: Error) => {
|
||||
if (p.restarting) {
|
||||
await this.puppet.sendStatusMessage(puppetId, "Got an error, but am already restrting, ignoring....");
|
||||
await this.puppet.sendStatusMessage(puppetId, "Got an error, but am already restarting, ignoring....");
|
||||
return;
|
||||
}
|
||||
p.restarting = true;
|
||||
|
Loading…
Reference in New Issue
Block a user