;############################################################################ ; برمجه جيده للحمايه من الاعلانات ولازم يكون عندك اوب عشان تطرد ;############################################################################ #advertise-kick on on @*:TEXT:*#**:#:if ($nick isop $chan) { halt } | if ($chan isin $1-) { halt } | if (#* == $null) { halt } | ban $chan $nick 2 | kick $chan $nick Do Not Advertise! on @*:ACTION:*#**:#:if ($nick isop $chan) { halt } | if ($chan isin $1-) { halt } | if (#* == $null) { halt } | ban $chan $nick 2 | kick $chan $nick Do Not Advertise! on @*:NOTICE:*#**:#:if ($nick isop $chan) { halt } | if ($chan isin $1-) { halt } | if (#* == $null) { halt } | ban $chan $nick 2 | kick $chan $nick Do Not Advertise! #advertise-kick end menu status,channel { Advertisers Kick .ON:.enable #advertise-kick | echo 3 *** The channels advertisers auto kick is now ON .OFF:.disable #advertise-kick | echo 3 *** The channels advertisers auto kick is now OFF } 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 } }