class Irc::Socket::IdentityFilter

default trivial filter class

Public Instance Methods

in(x) click to toggle source
# File lib/rbot/ircsocket.rb, line 260
def in(x)
    x
end
out(x) click to toggle source
# File lib/rbot/ircsocket.rb, line 264
def out(x)
    x
end