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