Changeset 528 in code for trunk/downstream.go


Ignore:
Timestamp:
May 24, 2021, 9:41:04 AM (4 years ago)
Author:
contact
Message:

Pass-through the BOT ISUPPORT token

References: https://github.com/ircv3/ircv3-specifications/pull/439

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r521 r528  
    8888var passthroughIsupport = map[string]bool{
    8989        "AWAYLEN":    true,
     90        "BOT":        true,
    9091        "CHANLIMIT":  true,
    9192        "CHANMODES":  true,
Note: See TracChangeset for help on using the changeset viewer.