SaNCaK
MFC Üyesi
-
- Üyelik Tarihi
- 7 Kas 2017
-
- Mesajlar
- 35
-
- MFC Puanı
- 0
PHP:
on *:load: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Notify $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Notify $chr(40) $+ v5.4 $+ $chr(41))
.echo -s _____________________________________________________
.echo -s 0,1 Loading 9,1Notify0,1 Add-On...
.echo -s 0,1 You are running mIRC $version on Windows $+ $os
.echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Notify $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Notify $chr(40) $+ v5.4 $+ $chr(41))
}
;############################ -«•»SaNCaK ScripT«•»- ############################
menu status,menubar,channel {
$iif(%Notifywindow,$style(1)) Notify Windows ( $+ $iif(%Notifywindow,On,Off) $+ ) {
if (%Notifywindow) { unset %Notifywindow | .disable #Notifywindow | echo -a $timestamp 2,15CLone Dedector 4CLOSE }
else { set %Notifywindow on | .enable #Notifywindow | echo -a $timestamp 2,15Notify Windows 3OPEN }
}
}
#Notifywindow off
menu @Notify {
Clear:/clear
-
Close:/window -c @Notify
}
#clonededector on
on *:NOTIFY: {
$iif(!$window(@Notify),window -ne @Notify) {
echo @Notify $timestamp 12___[14**Notify: 2 $nick 14is online irc12]--------------------o
echo @Notify $timestamp 12|--> 14Address: 2 $address 12
echo @Notify $timestamp 12|--> 14Not: 2 $notify($nick).note
echo @Notify $timestamp 12|--> 14Time:2 $time 14Date:2 $date 14Day:2 $day
echo @Notify $timestamp 12¯°---------------------------------------------------------------------o
}
}
on *:UNOTIFY: {
haltdef
$iif(!$window(@Notify),window -ne @Notify) {
echo @Notify $timestamp 12___[14**Notify:2 $nick 14is offline irc12]--------------------o
echo @Notify $timestamp 12|--> 14Address: 2 $address 12
echo @Notify $timestamp 12|--> 14Not: 2 $notify($nick).note
echo @Notify $timestamp 12|--> 14Time:2 $time 14Date:2 $date 14Day:2 $day
echo @Notify $timestamp 12¯°---------------------------------------------------------------------o
}
}
#noticeswindow end
Kodların miRC sisteminize eklenmesi;
Eklenecek kodu kopyalıyoruz. (Kısayol Tuşu Ctrl + C) Ardından mIRC'imizi açıyoruz ve herhangi bir ekranda Alt + R tuşlarına basıyoruz. mIRC Scripts Editörü açılıyor.
[Aliases] [Popups] [Remote] [Users] [Variables] tablarından [Remote] sekmesini tıklıyoruz sonrasında Sol üst menümüzden;
|Dosya (ingilizce için File)
|Yeni (ingilizce için New)
Sekmelerine tıklıyoruz boş bir ekran karşımızda, ekrana sağ tıklayıp yapıştırı tıklıyoruz. (Kısayol Tuşu Ctrl + V) Son Olarak Tamam [OK] butonuna tıklıyoruz ve kodumuzu eklemiş oluyoruz.