Method: Cinch::Channel#invite

Defined in:
lib/cinch/channel.rb

#invite(user)

This method returns an undefined value.

Invites a user to the channel.

Parameters:



306
307
308
# File 'lib/cinch/channel.rb', line 306

def invite(user)
  @bot.irc.send("INVITE #{user} #@name")
end