Change LINE_CUTOFF to 470, now that we compute max char counts (src/IRCLine.py)
This commit is contained in:
parent
bb4ec082dd
commit
fc5ade7112
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import datetime, typing
|
||||
from src import IRCObject, utils
|
||||
|
||||
LINE_CUTOFF = 450
|
||||
LINE_CUTOFF = 470
|
||||
|
||||
class Line(IRCObject.Object):
|
||||
def __init__(self, server: "IRCServer.Server", send_time: datetime.datetime,
|
||||
|
|
Loading…
Reference in a new issue