on *:text:*:#:{ if $1 == !topic { if !$count($nick(#,$nick).pnick,@,&) { msg # 4Topic 2yazabilmek için 4@p olmanız 2gereklidir. | return } if !$2 { msg # Lütfen Topic Mesajı Belirtiniz. | return } if !$read(topic.txt,w,$2-) { write topic.txt $2- } topic # $2- } if $1 == !oku { var %g = 1 | while %g <= $lines(topic.txt) { msg # $read(topic.txt,%g) | inc %g } } }