Jump to content

Molson™

Members
  • Posts

    505
  • Joined

  • Last visited

Posts posted by Molson™

  1. Anyone have any idea why these don't work?

     

    raw 305:*: {
      var %N = $me, %x 1
      while (%x <= $Chan(0)) {
        var %Chan = $Chan(%x)
        if ($me(%Chan, %N)) {
          echo -c Other  %Chan $replace($tstamp,04,05) 14 (05-15 Return 05-14) (05-15 Your no longer away 05-14) 
          cline -l $Color(gray) %Chan $Fline(%Chan, %N, 1, 1)
        }
        inc %x
      }
      halt
    }
    
    raw 306:*: {
      var %N = $me, %x 1
      while (%x <= $Chan(0)) {
        var %Chan = $Chan(%x)
        if ($me(%Chan, %N)) {
          echo -c Other %Chan $replace($tstamp,04,05) 14 (05-15 Away 05-14) (05-15 Your marked as being away 05-14) 
          cline -l $Color(gray) %Chan $Fline(%Chan, %N, 1, 1)
        }
        inc %x
      }
      halt
    }

  2. Yeah I'm trying to convert my current aop into hash tables. Which is why the var is there. Here's what I have so far. Just need to figure out how to show the reason.

     

     

     

    on @*:JOIN:#:{
      if ($nick != $me) {
        if ($hget(Aop,$ial($nick).addr)) {
          msg # Globalq $nick ( $+ $ial($nick).addr $+ ) 
          .RAW -q MODE # +q $nick 
        }
      }

  3. on ^*:JOIN:#:{
      if ($nick != $me) {
        if ($me !isowner $chan) { Halt }
        if ($hget(AOP.ini,Global,$ial($nick).addr)) {
          var %a = ($hget(AOP.ini,Global,$ial($nick).addr)
          msg # Globalq $nick ( $+ $ial($nick).addr $+ )  Reason $hget(Aop,%A).item
          .RAW -q MODE # +q $nick 
        }
      }

     

     

     

    Anyone know how I get the reason to show? also for nicklist to add the reason too.

     

     

     

     

     

     

  4. Oh I'm sure they are ready for that if ever happens. People having been trying for years to shut down these chats without any success, so I dont see the point of them trying, cause they aren't getting anywhere. We all know that msn does not care if they use it or not, because they would of shut it down along time ago.

×
×
  • Create New...