Ursprungs-Umgebung an init() uebergeben.

Change-Id: I7cd26118fe64b2089d2392087923b8dfdb836b6f
diff --git a/obj/tools/teller/teller.c b/obj/tools/teller/teller.c
index 5f34f06..fdc9ae4 100644
--- a/obj/tools/teller/teller.c
+++ b/obj/tools/teller/teller.c
@@ -107,10 +107,10 @@
 	tAddCmd( "ping" );
 }
 
-void init()
+varargs void init( object orig )
 {
 	//logaccess( "init" );
-	::init();
+	::init( orig );
 	if ( !IS_WIZARD(PL) || environment()!=PL )
 		return;
 	add_action( "parse", ",", 1 );