IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   identde göre toplu notice mesaj gönderme (https://www.ircforumlari.net/mirc-scripting-sorunlari/551756-identde-gore-toplu-notice-mesaj-gonderme.html)

LavdegoN 31 Ekim 2013 14:34

identde göre toplu notice mesaj gönderme
 
selam arkadaşlar

"/yolla mesaj " komutuyla identd kısmında mirctr ve mircturk yazan kanal opları haricinde herkese notice mesajı yollamak istiyorum nasıl bir kod kullanmalıyım?

uFuK 31 Ekim 2013 14:44

Cevap: identde göre toplu notice mesaj gönderme
 
Kod:

alias yolla {
  set -u5 %ufuk on | who +I $active | set %mesaj $1-
}
raw 352:*: {
  if %ufuk == on && !$istok(mirctr mircturk zimbirti1 zimbirti2,$3,32) && $6 !isop $2  { notice $6 %mesaj }
}

/yolla mesaj

LavdegoN 31 Ekim 2013 14:50

Cevap: identde göre toplu notice mesaj gönderme
 
Hocam sağol.. Bu identd kısmına sonradan nasıl ekleme yapabiliriz. Şimdi aklıma bi identd daha geldi de onu nasıl ekliycem ?

uFuK 31 Ekim 2013 14:58

Cevap: identde göre toplu notice mesaj gönderme
 
Tekrar alabilirsin

POSOFxPOWER 02 Kasım 2013 05:50

Cevap: identde göre toplu notice mesaj gönderme
 
alias yolla {
set -u5 %ufuk on | who +I $active | set %mesaj $1-
}
raw 352:*: {
if uk == on && !$istok(deneme1 mircturk zimbirti1 zimbirti2,$3,32) && $6 !isop $2 { notice $6 %mesaj }
}


deneme1 ident ile baglandim /yolla msg yazdigimda +I End of /WHO list.
cikiyor notice gondermiyor

Feragat 02 Kasım 2013 08:30

Cevap: identde göre toplu notice mesaj gönderme
 
Alıntı:

POSOFxPOWER Nickli Üyeden Alıntı (Mesaj 1041357457)
alias yolla {
set -u5 %ufuk on | who +I $active | set %mesaj $1-
}
raw 352:*: {
if uk == on && !$istok(deneme1 mircturk zimbirti1 zimbirti2,$3,32) && $6 !isop $2 { notice $6 %mesaj }
}


deneme1 ident ile baglandim /yolla msg yazdigimda +I End of /WHO list.
cikiyor notice gondermiyor

Kodu eksik almışsın;
Bu kısmı:
Kod:

if uk == on
Bu şekilde değiştirip bir dene:
Kod:

if %ufuk == on
Ayrıca CR sunucularda who +I paramatresi çalışıyormu bilmiyorum. Kodu doğru ekledikten sonra çalışmazsa +I parametresini kaldırıp who $active şeklinde deneyebilirsin.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 23:49.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk