Software /
code /
verse
Diff
squishy @ 1:7c8d0a2fc004
Break client-specific code into verse.client module
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 04 Aug 2009 18:25:56 +0100 |
parent | 0:caf260adc453 |
child | 7:3d69d012f41c |
line wrap: on
line diff
--- a/squishy Tue Aug 04 00:10:45 2009 +0100 +++ b/squishy Tue Aug 04 18:25:56 2009 +0100 @@ -12,6 +12,9 @@ Module "server" "net/server.lua" Module "xmlhandlers" "core/xmlhandlers.lua" Module "jid" "util/jid.lua" +Module "events" "util/events.lua" + +Module "verse2.client" "client.lua" -- Main verse file Main "init.lua"