Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks-net committed Sep 5, 2010
1 parent 25b7a04 commit 0c67685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtella/bridge/inspircd.py
Expand Up @@ -90,7 +90,7 @@ def __init__(self, host, port, ssl, sendpass, recvpass,
pass
elif cloak_mode == "half":
self.hostmasker = HalfModeCloak(cloak_prefix, cloak_key)
else
else:
raise NotImplementedError("Unknown cloak_mode: %s" % cloak_mode)

def startService(self, main):
Expand Down

0 comments on commit 0c67685

Please sign in to comment.