;############################################################################ ; اوتو بنج لكل من يطلب بنج بالقناة يعطيه اوتوماتيكي ;############################################################################ #autoping on on 1:text:*ping*:*:/ctcp $nick ping on 1:text:*بنج*:*:/ctcp $nick ping on 1:text:*lag*:*:/ctcp $nick ping on 1:text:*لاق*:*:/ctcp $nick ping #autoping end on 1:ctcpreply:*ping*: { if ($parm2 == $null) halt if ( $nick == $me ) { %ping.reply = $ctime - $parm2 if (%ping.reply < 0) set %ping.reply 0 if (%ping.reply < 7) { echo -a 12»»»4 Currently Minimal Lag:12 %ping.reply 04Seconds } elseif (%ping.reply < 25) { echo -a 12»»»04 Currently Slight Lag:12 %ping.reply 04Seconds } else { echo -a 12»»»4 Too Much Lag:07 %ping.reply 12Seconds | echo -a 12»»»04 You Should Change 12Server... } goto pingend } %ping.time = $ctime - $parm2 | notice $nick Pinged Pinged Pinged Pinged Pinged Pinged Pinged Pinged Pinged Pinged :pingend unset %ping.* } menu status,channel { اوتو بنج .تشغيل:/enable #autoping .اطفاء:/disable #autoping } alias thank dialog -mo thank thank dialog thank { title "Add-ons By CoteDor" size -1 -1 200 180 box "",1,5 0 190 70 text "Thank you for loading this Add-on written by CoteDor. Please visit my website for more add-ons and other IRC tools. Have fun.",2,10 12 180 50,left box "",3,5 68 190 86 text "Banned@LoveMaiL.Com",4,10 80 180 15,center edit "http://Chan-Scripts.Cjb.Net",5,33 100 130 22,center,read button "Visit",6,70 127 50 20 button "Close",7,5 158 190 20,ok } on *:dialog:thank:init:0:/did -f thank 6 on *:dialog:thank:sclick:6:/run http://chan-scripts.cjb.net on *:load:{ thank } }