Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.cc')
-rw-r--r--src/client/client.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/client.cc b/src/client/client.cc
index 617b569..42ee5a0 100644
--- a/src/client/client.cc
+++ b/src/client/client.cc
@@ -240,6 +240,7 @@ void Client::shutdown()
void Client::notify_connect()
{
view()->notify()->clear();
+ view()->chat()->clear();
ui::root()->hide_menu();
}
@@ -249,7 +250,8 @@ void Client::notify_disconnect()
render::reset();
input::reset();
- // TODO clear chat and notifications
+ view()->notify()->clear();
+ view()->chat()->clear();
}
void Client::notify_zonechange()