00:01 < bridge> [teeworlds] btw 00:01 < bridge> [teeworlds] is it bad to increase the server buffer? 00:01 < bridge> [teeworlds] i want to send more msgs at the same time 00:03 < bridge> [teeworlds] and what is NET_CONN_BUFFERSIZE? 00:03 < bridge> [teeworlds] is it in MB? 00:03 < bridge> [teeworlds] 1024*32 00:18 < bridge> [teeworlds] @fokkonaut it's in bytes 00:35 < bridge> [teeworlds] know you can program for teeworlds without ever kompiling it, because the pipeline does it for you xD 00:36 < bridge> [teeworlds] lol true 00:39 < bridge> [teeworlds] that's actually nice πŸ™‚ 00:43 < bridge> [teeworlds] I would have loved it back in high school writing .txt files on the library's computer and compiling home :) 00:44 < bridge> [teeworlds] if i want an empty command i just send an empty string, right? 00:44 < bridge> [teeworlds] i mean empty by arguments 00:46 < bridge> [teeworlds] yes 00:46 < bridge> [teeworlds] empty commands do get added too, but that doesnt help xd 00:48 < bridge> [teeworlds] well it literally does `help` 00:49 < bridge> [teeworlds] `AddCommand("help", "", "show help", ComHelp);` 00:49 < bridge> [teeworlds] second argument is empty (what i wanted) 01:08 < bridge> [teeworlds] yes 01:08 < bridge> [teeworlds] i meant the command 01:08 < bridge> [teeworlds] "help" in this case 01:09 < bridge> [teeworlds] you could hide eastereggs behind empty commands 01:11 < bridge> [teeworlds] dont think so 01:12 < bridge> [teeworlds] not with this system, with normal chat yes 01:21 < bridge> [teeworlds] zcatch uses SendMessage in SendMessageText to set proper linebreaks for long text messages. basically splits long text into multiple SendMessage calls. if that's what Assa means. 01:26 < bridge> [teeworlds] wtf, @redix is this the download error you talked about? 01:26 < bridge> [teeworlds] https://github.com/AssassinTee/catch64/runs/376595487 01:31 < bridge> [teeworlds] @𝓔𝓼𝓼𝓲𝓰π“ͺ𝓾𝓽𝓸𝓢π“ͺ𝓽 yes. Merge this commit: 01:31 < bridge> [teeworlds] https://github.com/teeworlds/teeworlds/commit/9313b914d229e3a1896857dfe10f0dae8befceef 01:33 < bridge> [teeworlds] thank you 01:33 < bridge> [teeworlds] i fucked up a merge step 01:34 < bridge> [teeworlds] happens πŸ˜„ 01:34 < bridge> [teeworlds] I merged Hotfix and Netflix to Hotflix 01:34 < bridge> [teeworlds] got an idea for a streaming service right there <.< 01:51 < bridge> [teeworlds] I like how i updated catch64 just to notice, that there aren't any servers anymore :C 07:01 < bridge> [teeworlds] Thx redix now I can compile with my fked up python setup without modifying bam.lua each time 07:02 < bridge> [teeworlds] Now I only have to comment the code that prevents crosscompilation xd 11:39 < bridge> [teeworlds] @redix `E: Failed to fetch https://packages.microsoft.com/repos/azure-cli/dists/bionic/main/binary-amd64/Packages.bz2 File has unexpected size (7745 != 7578). Mirror sync in progress? [IP: 40.76.35.62 443]` :( 11:39 < bridge> [teeworlds] something doesnt work again 12:51 < bridge> [teeworlds] Now it works again 12:51 < bridge> [teeworlds] so weird 13:40 < bridge> [teeworlds] Hey, I have a color code string `const char *pColor = "^xxx"`, can i initialize this const char* with a variable that only contains the three numbers and the `^` gets applied automatically, or do i need to use a normal char then and format it? 18:07 < bridge> [teeworlds] What? GitHub actions is not free? 18:07 < bridge> [teeworlds] at least not unlimited 18:09 < bridge> [teeworlds] oh, private repositories ^^ 18:10 < bridge> [teeworlds] it's free for open source 18:10 < bridge> [teeworlds] ye 18:10 < bridge> [teeworlds] just saw that 18:10 < bridge> [teeworlds] since everything I do is open source ... πŸ˜„ 18:10 < bridge> [teeworlds] nice 18:11 < bridge> [teeworlds] what happens if i reach my minutes 18:11 < bridge> [teeworlds] in private 18:12 < bridge> [teeworlds] pay 18:12 < bridge> [teeworlds] nah 18:12 < bridge> [teeworlds] it will just stop for the month, right? 18:12 < bridge> [teeworlds] i mean either pay or it won't run, simple? 18:12 < bridge> [teeworlds] ok 18:12 < bridge> [teeworlds] maybe microsoft is generous 18:13 < bridge> [teeworlds] since their service isn't even close to a load 18:13 < bridge> [teeworlds] *currently 19:20 < bridge> [teeworlds] lmao i got an email saying i used 100% of github actions and now its still building xd 19:21 < bridge> [teeworlds] ah well 19:21 < bridge> [teeworlds] its not uploading the artifacts 19:22 < bridge> [teeworlds] but can still check whether it builds xd 19:56 < bridge> [teeworlds] https://github.com/teeworlds/teeworlds/pull/2361#issuecomment-571721780 20:06 < bridge> [teeworlds] can commands have optional parameters? 20:07 < bridge> [teeworlds] like `/restart` and `/restart 42` 20:07 < bridge> [teeworlds] (second parameter `"i?"` ? 20:11 < bridge> [teeworlds] no 20:30 < bridge> [teeworlds] let's do adventure for tw chat 20:30 < bridge> [teeworlds] πŸ€ͺ 20:46 < bridge> [teeworlds] lol 21:18 < bridge> [teeworlds] optional parameters best 21:26 < bridge> [teeworlds] lol, clients can send commands that aren't registered, interesting 21:27 < bridge> [teeworlds] if they do i know it's a custom client 21:30 < bridge> [teeworlds] On my server only 7 commanda are registered the rest isnt 21:30 < bridge> [teeworlds] there are like a lot 22:50 < bridge> [teeworlds] sneaky