Method: Cinch::Channel#devoice

Defined in:
lib/cinch/channel.rb

#devoice(user)

This method returns an undefined value.

Devoices a user.

Parameters:



298
299
300
# File 'lib/cinch/channel.rb', line 298

def devoice(user)
  @bot.irc.send "MODE #@name -v #{user}"
end