From 4add55804691e42d834c144a245210012c50b280 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 26 Aug 2020 10:19:54 +0000 Subject: [PATCH] remove old comment --- src/IRCLine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IRCLine.py b/src/IRCLine.py index 39fd86af..1dda449b 100644 --- a/src/IRCLine.py +++ b/src/IRCLine.py @@ -1,7 +1,6 @@ import codecs, datetime, typing, uuid from src import EventManager, IRCObject, utils -# this should be 510 (RFC1459, 512 with \r\n) but a server BitBot uses is broken LINE_MAX = 510 class IRCArgs(object):