#include <input_to.h>

feed(a) {
    debug_message(sprintf("feed %d chars\n", strlen(a)));
    input_to(#'feed, INPUT_CHARMODE);
}

logon(a) {
    enable_telnet(0, this_object());
    set_combine_charset("1234");
    input_to(#'feed, INPUT_CHARMODE | INPUT_IGNORE_BANG);
}
