We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454289a commit 4add558Copy full SHA for 4add558
src/IRCLine.py
@@ -1,7 +1,6 @@
1
import codecs, datetime, typing, uuid
2
from src import EventManager, IRCObject, utils
3
4
-# this should be 510 (RFC1459, 512 with \r\n) but a server BitBot uses is broken
5
LINE_MAX = 510
6
7
class IRCArgs(object):
0 commit comments