Skip to content
MSN

who accessed who

A TG007 community discussion started by tech9.

Discussion 8 posts
Page 1 of 1
Open
Topic #7279 · 8 published posts · 1,904 views

is there anybody that can make a code that will show who accessed who in a room? i was trying to make my access dialog do it but it only adds to the dialog and doesnt echo! can anyone help me? :(

what connection are you using ?

Ignorance Is Bliss

on *:TEXT:.access*:#:{
  set %access $iif($2 == $null, all, $2)
  set %access2 0
  set %accesschan $chan
  enable #access2
  access $chan
  timer 1 2 disable #access2
  timer 1 2 getaccess
}
#access2 off
raw 804:*:{
  if (%access == all) {
    privmsg %accesschan $3 $4 $5 Reason: $7-
    inc %access2
  }
  else {
    if (%access == $3) {
      privmsg %accesschan $3 $4 $5 Reason: $7-
      inc %access2
    }
  }
}
#access2 end

alias getaccess {
  if (%access2 == 0) { privmsg %accesschan The $iif(%access == all, whole, %access) access list was cleaned out before i got there. }
  if (%access2 != 0) { privmsg %accesschan There were %access2 thing's found on $replace(%access,all,the whole) access list. }
  unset %access*
}
#accessstats off
raw 804:*:{
  if (%access == $3) {
    inc %accessdeny
  } 
}
#accessstats end

im using my friends connection and x-fusion im not talkin about that kind of code i mean if someone joins the channel with owner i want it to echo who accessed it! thanks btw

Edited Aug 30, 2006 9:53 PM by tech9

ah

 

i guess he means something like

 

=======

 

( 01:43a ) Join : Hitman*!*28BFF4BBF69C2CCE@GateKeeperPassport

( 01:43a ) Now talking in %#Hitman

( 01:43a ) Mode : Hitman +q Hitman

( 01:43a ) * Topic is 'Test Room'

( 01:43a ) .lee_x : 'Hitman' Mask: *!28BFF4BBF69C2CCE@GateKeeperPassport [set by: him/herself] -OWNER-

 

=======

 

not sure how the code goes .. but i'll ask my friend :D

Ignorance Is Bliss

yes fahad exactly like lee_x i been trying all day to make one up can anyone help

helllllllooooooo????

 

use the access checker cOde`eX made

on me:*:join:#:hop #