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 Thu 26th 3:59 PM - Expires on March Thu 26th 3:59 PM
Download | New paste

  1. n *:text:*:#:{
  2.   if $regex($1,/^[!.-]nerde$/Si) {
  3.     if !$2 { msg # $nick Hatal? kullan?m lütfen komutu dogru yaz?n?z. !nerde nick | halt }
  4.     .set %nkanal $chan
  5.     .set %nnick $2
  6.     .ns info $2
  7.     .enable #nerde_bu
  8.   }
  9. }
  10. on *:input:#:{
  11.   if $regex($1,/^[!.-]nerde$/Si) {
  12.     if !$2 { msg # $nick Hatal? kullan?m lütfen komutu dogru yaz?n?z. !nerde nick | halt }
  13.     .set %nkanal $chan
  14.     .set %nnick $2
  15.     .ns info $2
  16.     .enable #nerde_bu
  17.   }
  18. }
  19. #nerde_bu off
  20. on *:NOTICE:*:*: {
  21.   if ($nick == NickServ) {
  22.     if (*Son gorulen zaman* iswm $1-) {
  23.       msg %nkanal 4 %nnick 1 $1-
  24.       .unset %nnick %nkanal
  25.       .disable #nerde_bu
  26.     }
  27.     elseif (*kayitli bir nick degil* iswm $1-) {
  28.       msg %nkanal 4 %nnick 1nicki kay?tl? de?il veya bulunamad?.
  29.       .unset %nnick %nkanal
  30.       .disable #nerde_bu
  31.     }
  32.   }
  33. }
  34. #nerde_bu end
Language:
To highlight particular lines, prefix each line with @@





© 2026 - Powered by PASTE 1.0