mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
WI work
This commit is contained in:
@@ -11,15 +11,15 @@ class ServertalkAPI
|
||||
var self = this;
|
||||
|
||||
this.client.on('connecting', function() {
|
||||
console.log('Connecting...');
|
||||
//console.log('Connecting...');
|
||||
});
|
||||
|
||||
this.client.on('connect', function(){
|
||||
console.log('Connected');
|
||||
//console.log('Connected');
|
||||
});
|
||||
|
||||
this.client.on('close', function(){
|
||||
console.log('Closed');
|
||||
//console.log('Closed');
|
||||
});
|
||||
|
||||
this.client.on('error', function(err){
|
||||
|
||||
Reference in New Issue
Block a user