aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-05-05 09:53:32 +0200
committermakefu <root@pigstarter.de>2014-05-05 09:53:32 +0200
commitf0aff2ab30ad2620680f68bb6a7ac892271ac123 (patch)
tree9fea5d8d30c226e0e6747cd5682e63cc489525bc
parent56f52f2c68fb0db86cde7d3b016aeee958cf8629 (diff)
Merge all the shits
-rwxr-xr-xIRC/reaktor.py3
-rwxr-xr-xcommands/caps2
-rw-r--r--config.py3
m---------repos/view-website0
m---------repos/whatweb0
-rwxr-xr-xtitlebot/commands/help1
6 files changed, 6 insertions, 3 deletions
diff --git a/IRC/reaktor.py b/IRC/reaktor.py
index ec306e7..f9f25e5 100755
--- a/IRC/reaktor.py
+++ b/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/commands/caps b/commands/caps
index b5d6642..ac8cc66 100755
--- a/commands/caps
+++ b/commands/caps
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
import imp
import os
diff --git a/config.py b/config.py
index ea00693..b115827 100644
--- a/config.py
+++ b/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/repos/view-website b/repos/view-website
-Subproject 5b9a22cf872a9855b7cb5eddd7bf962dfbff50d
+Subproject a3892837aabd5d95e997c0fd2526096f685669f
diff --git a/repos/whatweb b/repos/whatweb
-Subproject 0918a0d9b75df77f9c3e9eb360b6b22824582a2
+Subproject 362145cf80ccd82d4c32e15b37eeff745e0ba66
diff --git a/titlebot/commands/help b/titlebot/commands/help
index 475ea98..f04e43b 100755
--- a/titlebot/commands/help
+++ b/titlebot/commands/help
@@ -3,6 +3,7 @@ cat <<EOF
BGT Title Poll Bot:
.new TITLE - suggest a new title
.list <(age|votes)> - list all suggestions
+ .highest <NUM> - 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)