diff options
| author | 2020-08-26 10:19:54 +0000 | |
|---|---|---|
| committer | 2020-08-26 10:19:54 +0000 | |
| commit | 4add55804691e42d834c144a245210012c50b280 (patch) | |
| tree | c3f88252027c56a1c32edb96c7efe9d5581bf07a /src | |
| parent | update CHANGELOG.md date for v1.19.0 (diff) | |
| signature | ||
remove old comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/IRCLine.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |
