From aaaa9fc9ffac66838984b69a6d99e95cd8d6f558 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 22 Jul 2015 07:41:06 -0700 Subject: reenable logging --- wee_slack.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wee_slack.py') diff --git a/wee_slack.py b/wee_slack.py index 94e1ab4..85f9787 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -20,7 +20,7 @@ except: SCRIPT_NAME = "slack_extension" SCRIPT_AUTHOR = "Ryan Huber " -SCRIPT_VERSION = "0.98.1" +SCRIPT_VERSION = "0.98.2" SCRIPT_LICENSE = "MIT" SCRIPT_DESC = "Extends weechat for typing notification/search/etc on slack.com" @@ -154,7 +154,6 @@ class SlackServer(object): def get_aliases(self): aliases = [self.identifier, self.token, self.buffer] - print aliases return aliases def find(self, name, attribute): @@ -555,7 +554,7 @@ class Channel(object): else: tags = "notify_message" #don't write these to local log files - tags += ",no_log" + #tags += ",no_log" time_int = int(time_float) if self.channel_buffer: if self.server.users.find(user): -- cgit