diff --git a/instance.cpp b/instance.cpp index 4cc328a..5f0e263 100644 --- a/instance.cpp +++ b/instance.cpp @@ -155,7 +155,7 @@ void Channel::parse_sjoin(const Event& event, Cache& cache, NetworkInfo& netInfo // Check size argsSizeCheck("SJOIN", event.args, 3); // Set values - creationTime = std::stoull(std::string(event.args[0])); + timeStamp = std::stoull(std::string(event.args[0])); name = event.args[1]; mode.parse(event.args[2], netInfo); // Get members