[Libreoffice-commits] dev-tools.git: ciabot/start-irker.sh
Miklos Vajna
vmiklos at suse.cz
Tue May 21 06:34:11 PDT 2013
ciabot/start-irker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3f8cbfaffbb1e7c076c8843884147dd70401f2bd
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Tue May 21 15:33:40 2013 +0200
ciabot: update to latest irker, can handle custom nick without patching
Change-Id: I5fc5df3e150cf0d06cf1e8bfc71785de5b6121a5
diff --git a/ciabot/start-irker.sh b/ciabot/start-irker.sh
index ee09b53..3d7b40e 100755
--- a/ciabot/start-irker.sh
+++ b/ciabot/start-irker.sh
@@ -3,5 +3,5 @@
cd ~/bin/irker
export PYTHONPATH=irc-8.0.1
if test -z "`ps ax | grep irkerd | grep -v grep`"; then
- ./irkerd &>irkerd.log &
+ ./irkerd -n loirkerbot &>irkerd.log &
fi
More information about the Libreoffice-commits
mailing list