Check to see if the user is the owner (+q)
Returns:
32
# File 'library/blur/user.rb', line 32 def owner?; @modes.include? "q" end