From 92fe3350fe6e3da26fa1ad0522aabaa0f146d575 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 5 May 2014 09:53:32 +0200 Subject: Merge all the shits --- Reaktor/IRC/reaktor.py | 3 ++- Reaktor/commands/caps | 2 +- Reaktor/config.py | 3 ++- Reaktor/repos/view-website | 2 +- Reaktor/repos/whatweb | 2 +- Reaktor/titlebot/commands/help | 1 + 6 files changed, 8 insertions(+), 5 deletions(-) (limited to 'Reaktor') diff --git a/Reaktor/IRC/reaktor.py b/Reaktor/IRC/reaktor.py index ec306e7c..f9f25e57 100755 --- a/Reaktor/IRC/reaktor.py +++ b/Reaktor/IRC/reaktor.py @@ -86,8 +86,9 @@ class Reaktor(asybot): start = time() try: + print(myargv) p = popen(myargv, bufsize=1, stdout=PIPE, stderr=PIPE, env=env, cwd=cwd) - except (OSError, Exception) as error: + except Exception as error: self.ME(target, 'brain damaged') log.error('OSError@%s: %s' % (myargv, error)) return diff --git a/Reaktor/commands/caps b/Reaktor/commands/caps index b5d6642d..ac8cc66d 100755 --- a/Reaktor/commands/caps +++ b/Reaktor/commands/caps @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 import imp import os diff --git a/Reaktor/config.py b/Reaktor/config.py index ea00693f..b1158271 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -5,7 +5,8 @@ debug = False name = 'crabmanner' -workdir = expanduser('~') + '/state' +#workdir = expanduser('~') + '/state' +workdir = '/home/reaktor/state' irc_alarm_timeout = 300 irc_hammer_interval = 10 diff --git a/Reaktor/repos/view-website b/Reaktor/repos/view-website index 5b9a22cf..a3892837 160000 --- a/Reaktor/repos/view-website +++ b/Reaktor/repos/view-website @@ -1 +1 @@ -Subproject commit 5b9a22cf872a9855b7cb5eddd7bf962dfbff50df +Subproject commit a3892837aabd5d95e997c0fd2526096f685669f4 diff --git a/Reaktor/repos/whatweb b/Reaktor/repos/whatweb index 0918a0d9..362145cf 160000 --- a/Reaktor/repos/whatweb +++ b/Reaktor/repos/whatweb @@ -1 +1 @@ -Subproject commit 0918a0d9b75df77f9c3e9eb360b6b22824582a20 +Subproject commit 362145cf80ccd82d4c32e15b37eeff745e0ba668 diff --git a/Reaktor/titlebot/commands/help b/Reaktor/titlebot/commands/help index 475ea98e..f04e43b7 100755 --- a/Reaktor/titlebot/commands/help +++ b/Reaktor/titlebot/commands/help @@ -3,6 +3,7 @@ cat < - list all suggestions + .highest - lists the NUM highest voted suggestions .up NUM (NUM ...) - upvote one or more suggestions from .list .undo NUM (NUM ...) - undo an upvote .clear - clear the poll (auth required) -- cgit v1.2.3