Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit daaedc6

Browse files
committed
src/structures: admit defeat
1 parent 7b293bc commit daaedc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/structures.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def __init__(self, nick, uid, ts, modes, user, host, ip, login, gecos):
4848
self.sid = self.uid[:3]
4949
self.channels = []
5050

51+
#Okay python you win
52+
self.client = self
53+
5154
self.name = self.nick
5255

5356
self.isOper = self.modes.find("o") != -1

0 commit comments

Comments
 (0)