Adding #mouth-invaders tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 3e1bfb0dd9926590f05fb1ea84342b582d1d38cc | |
parent 9a568968a6864888d2f3e2e2372be0f3d2cf365e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 4 Feb 2021 21:33:28 +0100 | |
Adding #mouth-invaders tag. | |
Diffstat: | |
M modules/hashtags/hashtags.txt | 1 + | |
M textsynth-complete | 1 + | |
2 files changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt | |
@@ -4366,6 +4366,7 @@ | |
#mouse-artist gopher://bitreich.org/9/memecache/mouse-artist.webm | |
#mouse-wheel-simulation gopher://bitreich.org/9/memecache/mouse-wheel-simulati… | |
#moustache gopher://bitreich.org/9/memecache/moustache.mp4 | |
+#mouth-invaders gopher://bitreich.org/I/memecache/mouth-invaders.png | |
#mozilla-layoffs gopher://bitreich.org/I/memecache/mozilla-layoffs.png | |
#mozzarella gopher://bitreich.org/I/memecache/mozzarella.png | |
#mozzarella-questions gopher://bitreich.org/I/memecache/mozzarella-questions.p… | |
diff --git a/textsynth-complete b/textsynth-complete | |
@@ -43,6 +43,7 @@ def main(args): | |
rstr = "" | |
while 1: | |
r = ws.recv() | |
+ print(r) | |
if len(r) == 0: | |
break | |
rstr += r |