From 5b6afedb30b204bb83b99fbe98426023e22e264d Mon Sep 17 00:00:00 2001 From: Christophe Simon Date: Wed, 17 Sep 2014 22:15:24 +0200 Subject: [PATCH] Removed temporary token. --- bin/mcabber-hipchat-notify | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/mcabber-hipchat-notify b/bin/mcabber-hipchat-notify index c57b198..0c76303 100755 --- a/bin/mcabber-hipchat-notify +++ b/bin/mcabber-hipchat-notify @@ -8,7 +8,6 @@ import sys import os -HIPCHAT_TOKEN = "EpAE2LqpWG3HhLtiqGdbOhqz4H9eE5c2dOBSKJli" HIPCHAT_CONFIG = "~/.hipchatrc" HIPCHAT_CACHE = os.path.expanduser("~/.mcabber/hipchat.cache") NOTIF_SCRIPT = "/usr/bin/awesome-client"