Method: Weechat::IRC::User#==

Defined in:
lib/weechat/user.rb

#==(other) ⇒ Object Also known as: eql?



22
23
24
# File 'lib/weechat/user.rb', line 22

def ==(other)
  @name == other.name && @host == other.host && @channel == other.channel
end