aboutsummaryrefslogtreecommitdiff
path: root/IRCUser.py
diff options
context:
space:
mode:
Diffstat (limited to 'IRCUser.py')
-rw-r--r--IRCUser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/IRCUser.py b/IRCUser.py
index 4229ad12..696b4a3b 100644
--- a/IRCUser.py
+++ b/IRCUser.py
@@ -12,6 +12,7 @@ class User(object):
self.bot = bot
self.channels = set([])
self.identified_account = None
+ self.away = False
self.buffer = IRCBuffer.Buffer(bot)
def __repr__(self):