mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
one mud per child.. unfinished integration
This commit is contained in:
parent
e6cd27632e
commit
4176e267d8
4 changed files with 92 additions and 15 deletions
|
@ -1,11 +1,17 @@
|
|||
#include <net.h>
|
||||
|
||||
#define CONNECT_TELNET "nemesis.de", 2000
|
||||
//#ifdef BRAIN
|
||||
# define CONNECT_TELNET "nemesis.de", 2000
|
||||
//#else
|
||||
//# define CONNECT_TELNET "nemesis.de", 2001 // NemTest
|
||||
//#endif
|
||||
|
||||
#define ON_CONNECT emit("guest\n");
|
||||
#define ON_ANY NET_PATH "tn/outgoing"::msg(source, mc, data, vars);
|
||||
|
||||
#include <place.gen>
|
||||
|
||||
// to do this properly, we need a systematic way to redo prompts FIXME
|
||||
parse(all) {
|
||||
// remove Nemesis' guest prompt.. why was i so funny
|
||||
// back then to implement several prompt chars?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue