Jump to content

Molson™

Members
  • Posts

    505
  • Joined

  • Last visited

Posts posted by Molson™

  1. Finally got it.

     

    on @!*:JOIN:#:{
        if ($hget(GlobalQ,$ial($nick).addr)) && ($readini(Halted.ini,$+(Chan.,$right(#,-2)),$right(#,-2)) != On) {
        .raw mode # +q $nick
        msg # $+(Global Q: $nick $chr(34),$gettok($hget(GlobalQ,$ial($nick).addr),1,32),$chr(34))
      }
    }

  2. on @*:JOIN:#:{
      var %A = $hget(AopAccounts,$gettok($ial($nick,1).addr,1,32),GlobalQ)
      if ($hget(AopAccounts,$gettok($ial($nick,1).addr,1,32),GlobalQ)) {
        $iif($readini(message.ini,Options,Message) = on,msg #) GlobalQ $nick Logged as  $+($gettok(%A,2-,32))
        .raw mode # +q $nick
      }

     

    I have that so far and it don't show the reason. And it still thinks your on GlobalQ when your on LocalQ.

×
×
  • Create New...