http://git.simp.i2p/simp/PyLink/src/branch/main/coremods/handlers.py
user@host information f ( 311 , source , " %s %s %s * : %s " % ( nick , user . ident , user . host , user . realname ) ) # 319: RPL_WHOISCHANNELS; Show public channels of the target, respecting # hidechans umodes for non-oper callers. isHideChans = ( irc . umodes . get ( ' hidechans ' ) , None ) in user . modes if ( not isHideChans ) or ( isHideChans and source_is_oper ) : public_chans = [ ] for chan in user . channels : c = irc . channels [ chan ] # Here, we'll want to...