ciabot/start-irker.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f8cbfaffbb1e7c076c8843884147dd70401f2bd
Author: Miklos Vajna <vmik...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to