Method: Cinch::Channel#half_ops
- Defined in:
- lib/cinch/channel.rb
#half_ops ⇒ Array<User>
Returns All half-ops in the channel.
136 137 138 |
# File 'lib/cinch/channel.rb', line 136 def half_ops @users.select {|user, modes| modes.include?("h")}.keys end |