Skip to content

Instantly share code, notes, and snippets.

@gnomus
Created November 19, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnomus/199688818c4e6c36db63 to your computer and use it in GitHub Desktop.
Save gnomus/199688818c4e6c36db63 to your computer and use it in GitHub Desktop.
felix@felix:~/kifwall$ git diff
diff --git a/static/client.js b/static/client.js
index 433e07f..ac23fe2 100644
--- a/static/client.js
+++ b/static/client.js
@@ -3,6 +3,7 @@ var socket = io.connect(window.location.href);
moment.lang('de');
var renderTweet = function(data) {
+ if (data.name == "KIF Orbiter [@kiforbiter]") return;
var tweets = $('.twitter');
var tweet = $('<div>').addClass('tweet');
diff --git a/views/index.jade b/views/index.jade
index 6e07802..96d97c1 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -6,7 +6,7 @@ block content
div.clock
div.time
div.day
- div.preirc #31c3 @ freenode
+ div.preirc #kif @ freenode
div.irc
script(src='jquery-2.1.1.min.js')
script(src='moment-with-langs.min.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment