Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- this is what im trying to add to it , but also would like to add a user ban and also user abuse ( 4 request per 30 sec ) is it can be done
- menu menubar,channel {
- horoscopelists
- .Open File:{ run $horoscopelists(file) }
- .$iif($readini($horoscopelists(file),horoscopelists,status) == on,$style(2)) Enable:{ writeini -n $horoscopelists(file) horoscopelists status on | echo -a $theme(time) Horoscope lists $theme(x) enabled1...2 }
- .$iif($readini($horoscopelists(file),horoscopelists,status) != on,$style(2)) Disable:{ writeini -n $horoscopelists(file) horoscopelists status off | echo -a $theme(time) Horoscope lists $theme(x) disabled1...2 }
- .-
- .$iif($readini($horoscopelists(file),halt,$active) == on,$style(1)) $iif($me ison #,Halt Channel) {
- if ($readini($horoscopelists(file),halt,$active) == on) { remini $horoscopelists(file) halt $active * | echo -a $theme(time) Horoscope lists $theme(x) halt for $remove($active,$chr(35),$chr(37)) 1:2 removed1...2 }
- elseif (!$readini($horoscopelists(file),halt,$active)) { writeini -n $horoscopelists(file) halt $active on | echo -a $theme(time) Horoscopr lists $theme(x) halt for $remove($active,$chr(35),$chr(37)) 1:2 added1...2 }
- }
- }
- -------------------------------------------------------------------------
- if ($horoscopelists(status) == on) && (!$readini($horoscopelists(file),halt,#)) {
- ------------------------------------------------------------------------------
- alias horoscopelists {
- if ($1 == file) { return Scripts[v1]\horoscope_Lists.ini }
- if ($1 == status) { return $readini(Scripts[v1]\horoscope_Lists.ini,horoscopelists,status) }
- }
Advertisement
Add Comment
Please, Sign In to add comment