mirror of
https://gitlab.com/niansa/asbots.git
synced 2025-03-06 20:48:25 +01:00
Fixed compile error
This commit is contained in:
parent
451375efc6
commit
8edc5f68df
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void Channel::parse_sjoin(const Event& event, Cache& cache, NetworkInfo& netInfo
|
||||||
// Check size
|
// Check size
|
||||||
argsSizeCheck("SJOIN", event.args, 3);
|
argsSizeCheck("SJOIN", event.args, 3);
|
||||||
// Set values
|
// Set values
|
||||||
creationTime = std::stoull(std::string(event.args[0]));
|
timeStamp = std::stoull(std::string(event.args[0]));
|
||||||
name = event.args[1];
|
name = event.args[1];
|
||||||
mode.parse<true>(event.args[2], netInfo);
|
mode.parse<true>(event.args[2], netInfo);
|
||||||
// Get members
|
// Get members
|
||||||
|
|
Loading…
Add table
Reference in a new issue