TwitchLib / TwitchLib.PubSub

PubSub component of TwitchLib.
38 stars 52 forks source link

Adds the user value to both untimeout and unban. #25

Closed swiftyspiffy closed 5 years ago

swiftyspiffy commented 5 years ago

As noted in #24 , the user is available in the Args list. This adds the value to the OnUntimeoutArgs and OnUnbanArgs, and assigns the values.

Tested locally to confirm assignment is valid.

swiftyspiffy commented 5 years ago

thanks