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:
commit
f941e8c96c
19 changed files with 170 additions and 45 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue