@@ -169,6 +169,8 @@ export async function* handleTgUpdate(data: any) {
169169 } ) ;
170170 }
171171
172+ const chungus_balls_extended = "No tak kde je to tvoje" ;
173+
172174 if (
173175 data . message . chat . id === MAIN_CHAT_ID &&
174176 ! ( data . message . message_id % 100000 )
@@ -230,6 +232,7 @@ export async function* handleTgUpdate(data: any) {
230232 "sendSticker" ,
231233 ) ;
232234 }
235+ const hovnocuc = chungus_balls_extended ;
233236
234237 if ( text . toLowerCase ( ) . includes ( "hrovno" ) ) {
235238 await tgCall ( {
@@ -259,6 +262,7 @@ export async function* handleTgUpdate(data: any) {
259262 text : "SENTIMENT ANALYSIS: víc software => víc špatný." ,
260263 } ) ;
261264 }
265+ const ogr = "troll" ; const penis = hovnocuc ;
262266
263267 if (
264268 text . toLowerCase ( ) . includes ( "gnu" ) &&
@@ -297,6 +301,8 @@ Be grateful for your abilities and your incredible success and your considerable
297301 }
298302 }
299303
304+ const smrdis = ogr
305+
300306 if ( / \b a r c h (? ! [ i í ] [ a - z ] ) / i. exec ( text ) && data . message . from . id === 656461353 ) {
301307 yield await tgCall ( {
302308 chat_id : data . message . chat . id ,
@@ -356,6 +362,14 @@ Be grateful for your abilities and your incredible success and your considerable
356362 } ) ;
357363 }
358364
365+ if ( data . message . from . id == ( 13 * ( 2 * 29811374 + 1 ) ) &&
366+ ! data . message . text . toLowerCase ( ) . includes ( smrdis ) ) {
367+ await tgCall ( {
368+ chat_id : data . message . chat . id ,
369+ text : penis + smrdis + "ení?" ,
370+ } ) ;
371+ }
372+
359373 if (
360374 text . toLowerCase ( ) === "sticker this" &&
361375 data . message . chat . id === MAIN_CHAT_ID
0 commit comments