Merge branch 'master' of ssh://mgg/mudlib-public
diff --git a/obj/tools/teller/teller.c b/obj/tools/teller/teller.c
index b51eafa..bcbb9f4 100644
--- a/obj/tools/teller/teller.c
+++ b/obj/tools/teller/teller.c
@@ -111,10 +111,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 );