!7 cmodule DownloadChatLog > DynPrintLog { start-thread { L l = gazelle_linesFromServer(ll('user, 'text, 'timestamp, 'channelID)); print("Have " + nLines(l)); Map channelNames = gazelle_fromServer_channelMap(); MultiMap channels = multiMapIndexByField channelID(l); print("Have " + channels.keysSize() + " channels"); print(multiSetToLines(multiSetMapKeys(curry mapGet(channelNames), multiMapKeysMultiSet(channels)))); } }