Fix realname
This commit is contained in:
		
							parent
							
								
									b4c8d53394
								
							
						
					
					
						commit
						3706b51159
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -743,7 +743,7 @@ process_numeric (session * sess, int n,
 | 
			
		|||
 | 
			
		||||
				/* :server 354 yournick 152 #channel ~ident host servname nick H account :realname */
 | 
			
		||||
				inbound_user_info (sess, word[5], word[6], word[7], word[8],
 | 
			
		||||
									 word[9], word_eol[12], word[11], away);
 | 
			
		||||
									 word[9], word_eol[12]+1, word[11], away);
 | 
			
		||||
 | 
			
		||||
				/* try to show only user initiated whos */
 | 
			
		||||
				if (!who_sess || !who_sess->doing_who)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue