summaryrefslogblamecommitdiff
path: root/lib/exirc/who.ex
blob: c07f1af440a0853f7ba6da7b4d438314c16a8c10 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                 
                       
                            


                         

                                   

                          

             
defmodule ExIRC.Who do

  defstruct [
             admin?: nil,
             away?: nil,
             founder?: nil,
             half_operator?: nil,
             hops: nil,
             name: nil,
             nick: nil,
             operator?: nil,
    server: nil,
    conn_server: nil,
            network: nil,
             server_operator?: nil,
             user: nil,
             voiced?: nil,
             host: nil
            ]
end