summarylogtreecommitdiffstats
path: root/client_id.patch
diff options
context:
space:
mode:
authorChristoph Korn2015-06-09 20:46:37 +0200
committerChristoph Korn2015-06-09 20:46:37 +0200
commit159a0a2a638a5521dac33a301c8bcc721c3ca3d2 (patch)
tree2e6982dc4f9d131af5bdfa479f79ad24e2c39e81 /client_id.patch
downloadaur-159a0a2a638a5521dac33a301c8bcc721c3ca3d2.tar.gz
Initial import
Diffstat (limited to 'client_id.patch')
-rw-r--r--client_id.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/client_id.patch b/client_id.patch
new file mode 100644
index 000000000000..ea78d78376a1
--- /dev/null
+++ b/client_id.patch
@@ -0,0 +1,14 @@
+# 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
+@@ -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 = "q1b6bqsamkie9jl3917hsvaq388psra";
+
+ /**
+ * The redirect URI for getting a token.