1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

Merge remote branch 'origin'

This commit is contained in:
psyc://psyced.org/~lynX 2010-01-07 18:39:19 +01:00
commit f941e8c96c
19 changed files with 170 additions and 45 deletions

View file

@ -16,7 +16,10 @@
start();
babel();
#define CRESET start();
#define CREATE qInit(ME, 1000, 100);
// too aggressive to connect babelfish on every reset!!
//efine CRESET start();
inherit NET_PATH "connect";
#include <place.gen>
@ -27,7 +30,6 @@ volatile mixed *current;
volatile string krank, buffer;
start() {
qInit(ME, 1000, 100);
unless (has_con || is_con) {
is_con = 1;
call_out(#'connect, 0, "babelfish.yahoo.com", 80);