Method: Cinch::Channel#users

Defined in:
lib/cinch/channel.rb

#usersHash{User => Array<String}> (readonly)

Users are represented by a Hash, mapping individual users to an array of modes (e.g. “o” for opped).

Returns:

  • (Hash{User => Array<String}>)

    all users in the channel

Version:

  • 1.1.0



22
23
24
# File 'lib/cinch/channel.rb', line 22

def users
  @users
end