1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
psyced/world/drivers/mudos/master/library.i

14 lines
153 B
OpenEdge ABL

// TBD
send_udp(host, port, msg) {
D("cannot send_udp\n");
}
query_udp_port() {
return 4404;
}
void cat(string file) { write(read_file(file)); }