-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: urcd
action: commit
revision:
path_from:
revision_from: 03afccee660ea09a5d93f915cfe78bfc77f090a4:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 03afccee660ea09a5d93f915cfe78bfc77f090a4
Author: root <root@d3v11.ano>
Date:   Mon May 27 01:31:25 2013 +0000

    [urc2sd] bugfix

diff --git a/src/urc2sd.pyx b/src/urc2sd.pyx

index ef3e255c1bb9d93ce8da2276e3434e764aed54ee..

index ..7137306914047e439bfe06b64d121996715b256a 100644

--- a/src/urc2sd.pyx
+++ b/src/urc2sd.pyx
@@ -114,10 +114,10 @@ def INIT():
   global INIT
   INIT = 0
   for cmd in auto_cmd:
-    time.sleep(len(auto_cmd))
+    time.sleep(LIMIT)
     try_write(1,cmd+'\n')
   for dst in channels:
-    time.sleep(len(channels))
+    time.sleep(LIMIT)
     try_write(1,'JOIN '+dst+'\n')

 while 1:

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:47:14 2024