pony

this is what im trying to configure into it

Sep 7th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.64 KB | None | 0 0
  1. 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
  2.  
  3. menu menubar,channel {
  4.   horoscopelists
  5.   .Open File:{ run $horoscopelists(file) }
  6.   .$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 }
  7.   .$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 }
  8.   .-
  9.   .$iif($readini($horoscopelists(file),halt,$active) == on,$style(1)) $iif($me ison #,Halt Channel) {
  10.     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 }
  11.     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 }
  12.   }
  13. }
  14.  
  15.  
  16. -------------------------------------------------------------------------
  17. if  ($horoscopelists(status) == on) && (!$readini($horoscopelists(file),halt,#)) {
  18.  
  19.  
  20.  
  21. ------------------------------------------------------------------------------
  22. alias horoscopelists {
  23.   if ($1 == file) { return Scripts[v1]\horoscope_Lists.ini }
  24.   if ($1 == status) { return $readini(Scripts[v1]\horoscope_Lists.ini,horoscopelists,status) }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment