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

Commit a8248a3

Browse files
committed
src/protocol: fixup
1 parent 936cb43 commit a8248a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def add_metadata(self, client, key, value):
116116

117117
class InspircdServerConn(TS6ServerConn):
118118
def __init__(self, cod):
119-
TS6ServerConn.__init(self, cod)
119+
TS6ServerConn.__init__(self, cod)
120120
self.umodes = "+iok"
121121

122122
def join_client(self, client, channel):

0 commit comments

Comments
 (0)