Skip to content

Commit af2d607

Browse files
committed
add.
1 parent 20c583d commit af2d607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/Protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _checkCompat(self, client):
249249
if not error:
250250
return
251251

252-
#client.RealSend("MOTD -- WARNING --")
252+
client.RealSend("MOTD -- WARNING --")
253253

254254
if missing_TLS:
255255
client.RealSend("MOTD Your client did not use TLS. Your connection is not secure.")

0 commit comments

Comments
 (0)