| time \/ | user name | message | ||
| Mar 27, 2022 19:59:22 |
m3xpl4y |
so got to go now, have to move on with my own project | ||
| Mar 27, 2022 19:59:47 |
cohopponentbot |
Hey guys! I am a bot connected via TwitchLib! | ||
| Mar 27, 2022 19:59:58 |
xcomreborn |
bob | ||
| Mar 27, 2022 20:00:05 |
xcomreborn |
fred | ||
| Mar 27, 2022 20:00:24 |
lord_shish |
your name is definitely bob | ||
| Mar 27, 2022 20:02:10 |
cohopponentbot |
Hey guys! I am a bot connected via TwitchLib! | ||
| Mar 27, 2022 20:02:12 |
xcomreborn |
test | ||
| Mar 27, 2022 20:02:14 |
xcomreborn |
bob | ||
| Mar 27, 2022 20:02:17 |
xcomreborn |
test | ||
| Mar 27, 2022 20:02:20 |
xcomreborn |
oh fuck | ||
| Mar 27, 2022 20:02:22 |
xcomreborn |
bob | ||
| Mar 27, 2022 20:02:31 |
xcomreborn |
this bob this | ||
| Mar 27, 2022 20:11:56 |
xcomreborn |
!closetts | ||
| Mar 27, 2022 20:11:56 |
cohopponentbot |
Closing TTS Bot. | ||
| Mar 27, 2022 20:12:55 |
cohopponentbot |
Hey guys! I am a bot connected via TwitchLib! | ||
| Mar 27, 2022 20:12:58 |
xcomreborn |
hello | ||
| Mar 27, 2022 20:13:02 |
xcomreborn |
bob | ||
| Mar 27, 2022 20:20:43 |
lord_shish |
regex is horrible | ||
| Mar 27, 2022 20:20:53 |
lord_shish |
best to avoid if u can | ||
| Mar 27, 2022 20:22:59 |
lord_shish |
think the problem is that your code is infinite looping | ||
| Mar 27, 2022 20:23:12 |
10bag |
bro i just read the SO link and it doesn't say what you think it does | ||
| Mar 27, 2022 20:23:33 |
10bag |
https://stackoverflow.com/questions/40432286/string-replace-in-a-while-loop-never-stops | ||
| Mar 27, 2022 20:23:36 |
lord_shish |
if your code is infinite loopin without regex then its ur code bro | ||
| Mar 27, 2022 20:23:46 |
10bag |
this example you used just shows a guy not understanding the immutability of strings in python | ||
| Mar 27, 2022 20:23:52 |
10bag |
and the correction is in the top answer | ||
| Mar 27, 2022 20:25:06 |
10bag |
correct that guy's code and it looks way more readable than any regex ever will, that's all i'm saying bro | ||
| Mar 27, 2022 20:25:19 |
lord_shish |
^ | ||
| Mar 27, 2022 20:26:59 |
10bag |
you could do this with regex 4Head | ||
| Mar 27, 2022 20:28:39 |
10bag |
right yeah that's totally different to what you were doing yesterday - stripping a series of individual characters out of a string | ||
| Mar 27, 2022 20:28:45 |
10bag |
not the same problem |