Class: Irc::Socket::IdentityFilter

Inherits:
Object
  • Object
show all
Defined in:
/home/apoc/projects/ruby/rbot/lib/rbot/ircsocket.rb

Overview

default trivial filter class

Instance Method Summary (collapse)

Instance Method Details

- (Object) in(x)



260
261
262
# File '/home/apoc/projects/ruby/rbot/lib/rbot/ircsocket.rb', line 260

def in(x)
    x
end

- (Object) out(x)



264
265
266
# File '/home/apoc/projects/ruby/rbot/lib/rbot/ircsocket.rb', line 264

def out(x)
    x
end