Changeset 346 in code for trunk/irc.go


Ignore:
Timestamp:
Jun 30, 2020, 8:28:05 AM (5 years ago)
Author:
hubert
Message:

Send compact channel name lists

This commit resolves sendNames' TODO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/irc.go

    r303 r346  
    1616        err_invalidcapcmd = "410"
    1717)
     18
     19const maxMessageLength = 512
    1820
    1921type userModes string
Note: See TracChangeset for help on using the changeset viewer.