[cl-irc-devel] Small patch for svn rev.177
            
            
            
                11 Mar
                
                    2007
                
            
            
                11 Mar
                
                '07
                
            
            
            
        
    
                7:37 a.m.
            
        Hi, I couldn't get latest version from SVN working (rev.177), but this seems to have fixed this: Index: event.lisp =================================================================== --- event.lisp (revision 177) +++ event.lisp (working copy) @@ -158,7 +158,7 @@ (declare (ignore nick)) (let ((channel (find-channel connection channel))) (setf (visibility channel) - (or (car (assoc chan-visibility + (or (second (assoc chan-visibility '(("=" :public) ("*" :private) ("@" :secret)) :test #'string=)) :unknown)) -- Mvh, Lars Rune Nøstdal http://nostdal.org/
        6809
        
      
          Age (days ago)
        
      
        6813
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                
Erik Huelsmann - 
                
Lars Rune Nøstdal