-- 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: 2598f90072521d0ef0d5230ee9e53dfec9f8af38:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 2598f90072521d0ef0d5230ee9e53dfec9f8af38
Author: root <root@localhost.(none)>
Date:   Tue Jul 1 08:55:36 2014 +0000

    [src/urcd.pyx] improvement

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

index fd41b25d14544fb812bca37a22e3ef8cffb50e5e..

index ..50769d51bbbf7011b32689215af0dd78047005b8 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -305,9 +305,9 @@ while 1:
  names = active_clients.keys()
  for src in names:
   if src != nick and now - active_clients[src] >= TIMEOUT:
-   for dst in channel_struct.keys():
+   for dst in channels:
     if src in channel_struct[dst]['names']:
-     if dst in channels: try_write(wr,':'+src+'!URCD@'+serv+' QUIT :IDLE\n')
+     try_write(wr,':'+src+'!URCD@'+serv+' QUIT :IDLE\n')
      break
    for dst in channel_struct.keys():
     if src in channel_struct[dst]['names']: channel_struct[dst]['names'].remove(src)

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

-- Response ended

-- Page fetched on Sun Jun 2 16:35:01 2024