# HG changeset patch # User John@Doomsday # Date 1335529577 14400 # Node ID 19fd02bff87043392f7917fe1d9c5d9041ad68db # Parent 082ff877c44306994be919a7f552d87772830e66 Cleanup diff -r 082ff877c443 -r 19fd02bff870 Comm.lua --- a/Comm.lua Mon Apr 23 09:11:21 2012 -0400 +++ b/Comm.lua Fri Apr 27 08:26:17 2012 -0400 @@ -24,7 +24,7 @@ end local function SendMessage(str) - --commlib:SendCommMessage("BSKADDON",str,"GUILD") + --commlib:SendCommMessage("BSKADDON"..commversion,str,"GUILD") commlib:SendCommMessage("BSKADDON"..commversion,str,"RAID") end diff -r 082ff877c443 -r 19fd02bff870 Lists.lua --- a/Lists.lua Mon Apr 23 09:11:21 2012 -0400 +++ b/Lists.lua Fri Apr 27 08:26:17 2012 -0400 @@ -935,8 +935,8 @@ end while j=n ? add because the remote hit end of road. lt? add because it's a missing stamp - print("Received request at timebase",remoteBase,"and returning:") - PrintTable(o) + --print("Received request at timebase",remoteBase,"and returning:") + --PrintTable(o) if getn(o) > 0 then Send("CU",o) -- todo: send privately to the requster end