summarylogtreecommitdiffstats
path: root/client_id.patch
diff options
context:
space:
mode:
Diffstat (limited to 'client_id.patch')
-rw-r--r--client_id.patch13
1 files changed, 8 insertions, 5 deletions
diff --git a/client_id.patch b/client_id.patch
index ea78d78376a1..858a99ee8a16 100644
--- a/client_id.patch
+++ b/client_id.patch
@@ -1,14 +1,17 @@
# set client ID. Generated own ID from twitch
-Index: chatty-0.7.1/src/chatty/Chatty.java
-===================================================================
---- chatty-0.7.1.orig/src/chatty/Chatty.java
-+++ chatty-0.7.1/src/chatty/Chatty.java
+diff --git a/src/chatty/Chatty.java b/src/chatty/Chatty.java
+index 618985c..bb54ccf 100644
+--- a/src/chatty/Chatty.java
++++ b/src/chatty/Chatty.java
@@ -37,7 +37,7 @@ public class Chatty {
* If you compile this program yourself, you should create your own client
* id on http://www.twitch.tv/kraken/oauth2/clients/new
*/
-- public static final String CLIENT_ID = <...>;
+- public static final String CLIENT_ID = "spyiu9jqdnfjtwv6l1xjk5zgt8qb91l";
+ public static final String CLIENT_ID = "q1b6bqsamkie9jl3917hsvaq388psra";
/**
* The redirect URI for getting a token.
+--
+2.5.0
+