aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-03-08 14:47:44 -0800
committer1029chris <1029chris@gmail.com>2016-03-08 14:47:44 -0800
commit414afd442a21455027f052e5cc849091d60a777d (patch)
tree007826967e2a2c0b80a576f3185f9b992cd14d5b /window.lua
parent5d8f2d1bf5bfdf69ee6218aaddb19ffef8d18005 (diff)
Starting to implement chat.
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.lua b/window.lua
index caabdae..d01cab6 100644
--- a/window.lua
+++ b/window.lua
@@ -111,6 +111,8 @@ function drawWindow(id)
end
if id == 4 then
updateAntivirus()
+ elseif id == 1 then
+ updateChat()
end
if id == layer[1] and win[id].bar == "grey" then
win[id].bar = "active"