diff --git a/ext/ilmpclient b/ext/ilmpclient index 4979cfd..ef476e5 160000 --- a/ext/ilmpclient +++ b/ext/ilmpclient @@ -1 +1 @@ -Subproject commit 4979cfdd936f3513a7d38a3aa70ed4f3b53be5e3 +Subproject commit ef476e5a3dcacc9bb69e01b95c26af069f1bd483 diff --git a/src/Notifier.h b/src/Notifier.h index 910cf3f..d1d96a8 100644 --- a/src/Notifier.h +++ b/src/Notifier.h @@ -229,6 +229,12 @@ class Notifier : boost::noncopyable { } return; } + else if (cmd == "selfOnline") { + notify(APPNAME, "Je bent weer online!", openUrl, false, true); + } + else if (cmd == "selfOffline") { + notify(APPNAME, "Je bent weer offline!", openUrl, false, true); + } else if (cmd == "online") { std::string name; params.next(name); int id; params.next(id);