aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-02-29 13:07:14 -0800
committer1029chris <1029chris@gmail.com>2016-02-29 13:07:14 -0800
commiteb6f42d9266879a039488603938ce5921e7f414c (patch)
tree1c7e4c014f72935b9c2ae726e74dc1c54649d21f /var.lua
parentd442412c4fc228bebeb7b47cab7eac0aff49a533 (diff)
Added chat window
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index 53cf8ee..a8623de 100644
--- a/var.lua
+++ b/var.lua
@@ -94,6 +94,8 @@ function loadVar()
antivirus.prog = 0
antivirus.status = "Not Scanning"
antivirus.scanning = false
+ chat.status = 0
+ chat.profilename = "Best Friend"
colors = {}
colors.win = {}
colors.win.light = {220,220,220}