Perl TetriNET Server (pts) is a tetrinet server written in perl. pts has the following features: * Written in Perl. You can run PTS on Windows/Unix/etc. * Supports multiple channels. * Supports TetriNET and TetriFAST clients. (no Tspec, no IRC) * Supports Query (IRC bot's check) access. * 10 level authority. * Game statistics. * User Profile with registered nick (no registered team yet). * Ping. * Async DNS lookup. * Anti flood. * Imperfect detection of cheat programs. Provided in PR pkg/19372 by David Ferlier. The package needs some fixing.
21 lines
546 B
Text
21 lines
546 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2003/04/13 08:25:30 jmmv Exp $
|
|
|
|
--- pts.ini.orig Sun Oct 20 22:40:56 2002
|
|
+++ pts.ini Sun Oct 20 22:42:21 2002
|
|
@@ -51,3 +51,3 @@
|
|
Default=en
|
|
-en=./locale/en.msg
|
|
+en=/usr/pkg/share/pts/locale/en.msg
|
|
# ja=./locale/ja.msg
|
|
@@ -55,4 +55,4 @@
|
|
[FilePath]
|
|
-motd=./pts.motd
|
|
-news=./pts.news
|
|
+motd=/usr/pkg/share/pts/pts.motd
|
|
+news=/usr/pkg/share/pts/pts.news
|
|
|
|
@@ -203,3 +203,3 @@
|
|
[Winlist0]
|
|
-File=./game.winlist
|
|
+File=/usr/pkg/share/pts/game.winlist
|
|
# PlayerOnly [0] - Points are added to players even if players teams up
|