mirror of
https://github.com/deavminet/skippy.git
synced 2025-01-18 11:50:51 +00:00
Re-enabled notifications variable
This commit is contained in:
parent
0af4af23ea
commit
f68289cbcc
@ -13,7 +13,7 @@ JSONValue config;
|
||||
/* Current conneciton */
|
||||
DClient dclient;
|
||||
|
||||
//NotificationWatcher dnotifications;
|
||||
NotificationWatcher dnotifications;
|
||||
|
||||
Mode currentMode;
|
||||
|
||||
@ -128,7 +128,7 @@ void commandLine()
|
||||
addr = getAddress(address, to!(ushort)(port))[0];
|
||||
writeln("Connecting to "~to!(string)(addr)~"...");
|
||||
dclient = new DClient(addr);
|
||||
dnotifications= new NotificationWatcher(dclient);
|
||||
dnotifications = new NotificationWatcher(dclient);
|
||||
writeln("Connected!");
|
||||
|
||||
/* Get the message of the day */
|
||||
|
Loading…
Reference in New Issue
Block a user