Method: Blur::User#half_operator?

Defined in:
library/blur/user.rb

#half_operator?Boolean

Check to see if the user is an half-operator (+h)

Returns:

  • (Boolean)


36
# File 'library/blur/user.rb', line 36

def half_operator?; @modes.include? "h" end