GinjaNinja32 / DisGoIRC

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

Now uses Discord nickname, rather than username, if set #7

Closed PsiOmegaDelta closed 7 years ago

PsiOmegaDelta commented 7 years ago

Code is a little more verbose than I'd like because Go doesn't have ternary operators, nor method overloading.

Thought I'd share, if you at all wish to have it, now that I'd got it working. And do suggest potential improvements if you see them, because I feel quite lost in terms of language features available.

PsiOmegaDelta commented 7 years ago

Seems my config additions broke it. Guess I'll be debugging for a moment.

PsiOmegaDelta commented 7 years ago

Tweaked and appears to work at an initial glance.