mirror of https://github.com/deavminet/skippy.git
Added TODO comment
This commit is contained in:
parent
a9d2d3f74f
commit
e6d671758a
|
@ -3,6 +3,6 @@
|
|||
"versions": {
|
||||
"bformat": "1.0.8",
|
||||
"libdnet": "0.1.17",
|
||||
"tristanable": "0.1.1"
|
||||
"tristanable": "2.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,6 +44,8 @@ public class NotificationWatcher : Thread
|
|||
{
|
||||
/* TODO: Decode using tristanable */
|
||||
writeln("new message");
|
||||
|
||||
/* TODO: CHeck sub-type here */
|
||||
}
|
||||
/* Channel notification (ntype=1) */
|
||||
else if(notificationType == cast(byte)1)
|
||||
|
|
Loading…
Reference in New Issue