mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let the past begone in cvs land. welcome to igit igit!
This commit is contained in:
commit
4e601cf1c7
509 changed files with 77963 additions and 0 deletions
17
world/net/psyc/master.c
Normal file
17
world/net/psyc/master.c
Normal file
|
@ -0,0 +1,17 @@
|
|||
// $Id: master.c,v 1.4 2005/03/14 10:23:27 lynx Exp $ // vim:syntax=lpc
|
||||
//
|
||||
#include <net.h>
|
||||
|
||||
#ifdef MASTER_LINK
|
||||
|
||||
inherit PSYC_PATH "active";
|
||||
|
||||
reset() {
|
||||
if (!interactive()) {
|
||||
D("..\n(reconnecting master link)\n");
|
||||
connect(MASTER_LINK);
|
||||
}
|
||||
// return ::reset();
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue