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

Commit b5d8198

Browse files
committed
protocol/inspircd: purge fluff
1 parent e068726 commit b5d8198

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/protocol/inspircd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def handleUID(cod, line):
141141
cod.clients[client.uid] = client
142142

143143
def handleOPERTYPE(cod, line):
144-
print line.source, "tried to be an oper"
145144
cod.clients[line.source].isOper = True
146145

147146
def handleQUIT(cod, line):

0 commit comments

Comments
 (0)