Skip to content

Commit

Permalink
Changed window name
Browse files Browse the repository at this point in the history
Moved config to seperate file
Lots of code cleanup
Chat from user will always be blue reguardless of origin
  • Loading branch information
fdsprod committed Dec 4, 2016
1 parent 385f874 commit 2b0d474
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 125 deletions.
19 changes: 19 additions & 0 deletions lua/Config/Twitch2DCSConfig.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
config =
{
["username"] = "", -- Your twitch username
["oathToken"] = "", -- Go to https://twitchapps.com/tmi/ connect your account and generate a key. Copy paste the full value including the "oauth:" example: "oauth:2mwce4mdsgasddg3ml99k3phwa9l7"
["port"] = 6667,
["timeout"] = 0,
["windowPosition"] =
{
["y"] = 66,
["x"] = 13,
}, -- end of ["windowPosition"]
["hostAddress"] = "irc.chat.twitch.tv",
["hotkey"] = "Ctrl+Shift+escape",
["mode"] = "write",
["caps"] =
{
[1] = "twitch.tv/membership",
}, -- end of ["caps"]
} -- end of config
Loading

0 comments on commit 2b0d474

Please sign in to comment.