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 ea54bf6b..4229ad12 100644
--- a/IRCUser.py
+++ b/IRCUser.py
@@ -11,6 +11,7 @@ class User(object):
self.server = server
self.bot = bot
self.channels = set([])
+ self.identified_account = None
self.buffer = IRCBuffer.Buffer(bot)
def __repr__(self):