Module: Hector::Commands::Realname

Included in:
Session
Defined in:
lib/hector/commands/realname.rb

Instance Method Summary collapse

Instance Method Details

#on_realnameObject



4
5
6
7
# File 'lib/hector/commands/realname.rb', line 4

def on_realname
  @realname = request.text
  broadcast("352", :$nickname, "*", who, :source => Hector.server_name)
end