Finished wiring up tell capabilities.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@183 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-04 03:13:26 +00:00
parent 65cee92ba6
commit 6b468393aa
2 changed files with 21 additions and 9 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
#
# $Id: server.properties,v 1.1 2001/07/23 21:15:02 mdb Exp $
# $Id: server.properties,v 1.2 2001/08/04 03:13:26 mdb Exp $
#
# Configuration for the Party server
# These invocation service providers will be registered with the
# invocation manager during the server init process
providers = \
location = com.threerings.cocktail.party.server.LocationProvider
location = com.threerings.cocktail.party.server.LocationProvider, \
chat = com.threerings.cocktail.party.chat.ChatProvider