Changeset 411 in code for trunk


Ignore:
Timestamp:
Aug 25, 2020, 9:49:22 AM (5 years ago)
Author:
contact
Message:

Allow '/' in nickname

This allows to specify a network name in the nickname.

Closes: https://todo.sr.ht/~emersion/soju/91

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r409 r411  
    5858}}
    5959
    60 const illegalNickChars = " :/@!*?"
     60// ' ' and ':' break the IRC message wire format, '@' and '!' break prefixes,
     61// '*' and '?' break masks
     62const illegalNickChars = " :@!*?"
    6163
    6264// permanentDownstreamCaps is the list of always-supported downstream
Note: See TracChangeset for help on using the changeset viewer.