Auto convert channel and user name
rhyvin opened this issue ยท 2 comments
If you change this.channel = channel
to this.channel = channel.toLowerCase()
, it should simplify user interaction. The same could be done for username. I may have the implementation incorrect, however the idea should work. Hope this helps.
Definetly something I have to do! I am not able to code right now because I don't have my computer with me atm, but on Friday I'll definetly sort this.
Thanks for the feedback!!
Turns out this wasn't solved, becuase even though I was setting this.channel and this.username to the correct value, I wasn't using them. And that caused #4 ๐คฆ๐ปโโ๏ธ