mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-09 20:58:02 -05:00
Update Notification onDisconnect
This commit is contained in:
parent
a8316bc55a
commit
e6411b4747
@ -960,6 +960,8 @@ public class IRCConnection extends PircBot
|
||||
{
|
||||
server.setStatus(Status.DISCONNECTED);
|
||||
|
||||
service.updateNotification("Disconnected from " + server.getTitle());
|
||||
|
||||
Intent sIntent = Broadcast.createServerIntent(Broadcast.SERVER_UPDATE, server.getId());
|
||||
service.sendBroadcast(sIntent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user