Advertisement
Guest User

Untitled

a guest
Aug 14th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1.             client.Connect(_config.Settings.Twitch.Server.Host, false, new IrcUserRegistrationInfo()
  2.             {
  3.                 NickName = _config.Settings.Twitch.Login.Username,
  4.                 Password = _config.Settings.Twitch.Login.OAuthKey,
  5.                 UserName = _config.Settings.Twitch.Login.Username
  6.             });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement