diff --git a/chan.py b/chan.py index 67f381e..a43d774 100644 --- a/chan.py +++ b/chan.py @@ -421,5 +421,16 @@ CHANS = { "_wh", "old", "test" ), rps=1 / 120 + ), + "tahta": JsonChanHelper( + 13, + "https://tahta.ch/", + "https://tahta.ch/", + "/res/", + "/src/", + ( + "b", "g", "s", "v" + ), + rps=1 / 300 ) }