Class: Irc::Socket::IdentityFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/rbot/ircsocket.rb

Overview

default trivial filter class

Instance Method Summary collapse

Instance Method Details

#in(x) ⇒ Object



260
261
262
# File 'lib/rbot/ircsocket.rb', line 260

def in(x)
    x
end

#out(x) ⇒ Object



264
265
266
# File 'lib/rbot/ircsocket.rb', line 264

def out(x)
    x
end