new object $login_interface: $network;

var $root inited = 1;
var $has_commands shortcuts = #[["\"", 'say_cmd], [":", 'emote_cmd]];
var $has_commands commands = #[["say", 'say_cmd], ["emote", 'emote_cmd], ["quit", 'quit_cmd]];

public method .parse_line() {
  arg line;

  .debug("line", .match_command(line));
};