Add a comment as to why IRCLine's LINE_CUTOFF is 470, not 510
This commit is contained in:
parent
fc5ade7112
commit
f8e6a55ada
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import datetime, typing
|
||||
from src import IRCObject, utils
|
||||
|
||||
# this should be 510 (RFC1459, 512 with \r\n) but a server BitBot uses is broken
|
||||
LINE_CUTOFF = 470
|
||||
|
||||
class Line(IRCObject.Object):
|
||||
|
|
Loading…
Reference in a new issue