Closed NHDaly closed 8 years ago
Per Issue #8, if username is not all lowercase, TwitchChatStream cannot send messages.
TwitchChatStream
This changes the example to coerce the username to lowercase so no one gets tripped up by it.
Coverage remained the same at 21.769% when pulling 4f7adec2491af09533048a832493cd3265cf8aeb on NHDaly:patch-1 into 76a5fb500adcf8cfb0fc94de381df3070fd25557 on 317070:master.
Thanks. I didn't notice the bug in development and couldn't test, since my username is numerical anyway.
np! :) Thanks.
Per Issue #8, if username is not all lowercase,
TwitchChatStream
cannot send messages.This changes the example to coerce the username to lowercase so no one gets tripped up by it.