HostChaos LTD

Welcome! Here you can paste sources and general debugging text. You can even set yourself a password if you want to keep it just for yourself.

Posted by Anonymous on February Mon 23rd 4:52 PM - Expires on March Mon 23rd 4:52 PM
Download | New paste

  1. on *:input:*:{
  2.   if $regex($1-,/^[.!]sil\s(.+)/i) {
  3.     if !$2 { echo $color(info) * !sil nick seklinde kullanmalisiniz. | return }
  4.     filter -wfcgz $active nicksilme.txt /^(?!(.+)(.+))/i
  5.     .timer 1 1 ekrana-yukle
  6.   }
  7. }
  8. alias ekrana-yukle {
  9.   clear $active
  10.   var %z = 1
  11.   while %z <= $lines(nicksilme.txt) {
  12.     if $read(nicksilme.txt,n,%z) {
  13.       echo $active $v1
  14.     }
  15.     inc %z
  16.   }
  17. }
Language:
To highlight particular lines, prefix each line with @@





© 2026 - Powered by PASTE 1.0