Users are represented by a Hash, mapping individual users to an array of modes (e.g. “o” for opped).
Returns:
all users in the channel
Version:
1.1.0
22 23 24
# File 'lib/cinch/channel.rb', line 22 def users @users end