RITlug / teleirc

Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
https://docs.teleirc.com/
GNU General Public License v3.0
141 stars 45 forks source link

No need for space in defaults, already in handler #339

Closed thenaterhood closed 4 years ago

thenaterhood commented 4 years ago

It's been a while, so may as well throw my hat in the ring again in the spirit of Hacktoberfest :)

Fixes #333. The handler already appends a space after the suffix, so there isn't a need for a space in the default suffix.

Alternatively we could change the formatting in the handler and leave the space here, not sure if we have a preference.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit b19ad807 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 56.7% (0.0% change).

View more on Code Climate.