Jump to content

maria

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by maria

  1. The 2 scripts I have to say i only used was Hybrid & Kenobi due to was to lazy to make 1 and always had addons from err0r & ozzy (got to love them guys) :P

     

    I've Not even tryed to script on msn in over a year now. but GD5 does look nice, am going to have to try it 1 day :)

  2. dialog list {
     title "Room Lister CUSA"
     size -1 -1 120 128
     option dbu
     list 1, 0 0 122 106, size vsbar
     button "Refresh and List Channels", 2, 1 115 119 12
     edit "", 3, 0 105 82 10
     button "Join Channel", 4, 82 105 38 10
    }
    
    raw 321:*: { halt }
    raw 322:*: { did -a list 1 $2 }
    on *:dialog:list:sclick:4:{ /join $did(3).text }
    on *:dialog:list:sclick:2: { did -r list 1 | .timerlist 1 1 list }
    on *:dialog:list:sclick:1:{ did -r $dname 3 | did -a $dname 3 $did($dname,1).seltext }
    

     

    The very annoying this is when you do /list how can you stop mIRC list window coming open. and get it to open the dialog and list channels

  3. on ^*:WALLOPS:*: { 
     echo @wallops 4 $asctime(H:nn:ss) (Wallops) 2 $nick : $1- | halt 
    }
    
    alias loadwin {
     window -enk0 @wallops
    }

     

     

    Forget the Alias thats fine but on the WALLOPS window. I can type.. But How could i get it so if i type in that window it types as a wallops?

  4. ctcp *:*:*: {
      if ($nick == $me) Halt
      echo $active 04 $str($chr(160),10) You were $1 checked by $nick to ignore CTCP for type /ictcp and to remove /uctcp
    }

     

    /ignore -t *!*@*

    /ignore -r *!*@*

     

     

    How could i put all that together so if someone CTCP you after say 5 times it would ignore CTCP's ?

  5. cant use 
 in IRCd Only works in Msn Chat

     

     

    on *:JOIN:#: {

    .ctcpreply $nick TIME messages

    .ctcpreply $nick TIME messages

    .ctcpreply $nick TIME messages

     

    if you have to many messages all at 1 time they may mess the order up so you may want to use /timers smile.gif

  6. Well i dont ask for help on scripts much because i dont script this is for a friend

     

    Ok I need a very fast rejoin for normal msn rooms because everytime msn dc her room gets taken (not the best thing) they have 1 rejoin(not sure what its called) but its to slow doing the job.

     

    Any Help would be good

     

    Thanks

×
×
  • Create New...