GinjaNinja32 / DisGoIRC

Discord<->IRC bridge bot, written in Go
GNU Affero General Public License v3.0
9 stars 3 forks source link

IRC->Discord: Now lowercases the channel name #5

Closed PsiOmegaDelta closed 7 years ago

PsiOmegaDelta commented 7 years ago

The IRC to Discord side of the bridge now lowercases the IRC channel name. Required because not all IRC servers enforce consistent capitalization (possible to join the same channel using either #channel or #Channel) and the config mapping is case-sensitive.