00:15 < bridge> [teeworlds] ohh I think the bunny with not fold over ears could actually work 😮 09:14 < bridge> [teeworlds] we could intoduce multiple types of hats 09:14 < bridge> [teeworlds] like in tf2 😄 09:15 < bridge> [teeworlds] @Dune @Oy is there an issue you would want me to implement? 11:34 < bridge> [teeworlds] @@𝓔𝓼𝓼𝓲𝓰𝓪𝓾𝓽𝓸𝓶𝓪𝓽 Oy isn't here but sure. There's 2142, 2050 and 2024 are in the milestone too 11:37 < bridge> [teeworlds] 2142 should be doable, 2050 I don't know the demo system at all, 2024 maybe later 14:04 < bridge> [teeworlds] I have implemented the confusable utf8 system now myself :) no more same names, no names or almost same names, like captial i and small L 14:31 < bridge> [teeworlds] @Dune how do I add a remote to my repo and update to tw master? I couldnt get it with the discussion from last time... 14:33 < bridge> [teeworlds] https://intercom.help/assembladocs/en/articles/1136998-how-to-add-a-new-remote-to-your-git-repo 14:35 < bridge> [teeworlds] Yea. and how do I update then? 14:38 < bridge> [teeworlds] `git pull origin master` or `git merge master` 14:38 < bridge> [teeworlds] but I have another origin already 14:38 < bridge> [teeworlds] then `git pull upstream master` 14:41 < bridge> [teeworlds] what now 14:41 < bridge> [teeworlds] 14:41 < bridge> [teeworlds] https://cdn.discordapp.com/attachments/490150878934990850/615163825842290719/unknown.png 14:44 < bridge> [teeworlds] thanks, dune 14:54 < bridge> [teeworlds] @Dune should I add an echo_server, too? 14:58 < bridge> [teeworlds] don't change existing commands 14:58 < bridge> [teeworlds] wait that exists? 14:59 < bridge> [teeworlds] `say`? 14:59 < bridge> [teeworlds] say sends in chat for everyone 14:59 < bridge> [teeworlds] echo should be client_side only for oneself 14:59 < bridge> [teeworlds] that beggs the question for echo_server 15:00 < bridge> [teeworlds] bind x rcon "do stuff" echo_server "done" 15:01 < bridge> [teeworlds] wait it doesn't make sense 17:09 < bridge> [teeworlds] @Assa Echo is also server-side. Don't change it 17:10 < bridge> [teeworlds] I didn't knew this command exists 17:11 < bridge> [teeworlds] i wonder if a heartbleed is possible with echo 20:13 < bridge> [teeworlds] Is there a table to check the broadcast color codes? 20:13 < bridge> [teeworlds] Or like which format is it? 20:13 < bridge> [teeworlds] (I am talking about the "^xxx") 20:13 < bridge> [teeworlds] (I am talking about the `^xxx`) 20:34 < bridge> [teeworlds] ^RGB 20:35 < bridge> [teeworlds] each goes from 0 to 9, @fokkonaut 20:38 < bridge> [teeworlds] ^999 = white 20:38 < bridge> [teeworlds] ^000 = black 20:38 < bridge> [teeworlds] ^900 = red 20:38 < bridge> [teeworlds] questions? 20:41 < bridge> [teeworlds] for R = 255: r = (int)(R*10/256);