I'm trying to figure out a simple way to automatically log and track characters based on the ip address. What I would like to do, in theory, is to have the ip address saved as a variable and then to be able to pull up all instances of that variable occurring.
I always think seeing it makes more sense than explaining it:
Bob has logged in from 12.34.56.78
(trigger will save both "bob" and the port number)
Mike has logged in from 12.34.56.78
(trigger will save both "mike" and the port number)
I then want to run an alias that will call all instances of 12.34.56.78, thus showing me both "mike" and "bob"
Is this even possible?
I always think seeing it makes more sense than explaining it:
Bob has logged in from 12.34.56.78
(trigger will save both "bob" and the port number)
Mike has logged in from 12.34.56.78
(trigger will save both "mike" and the port number)
I then want to run an alias that will call all instances of 12.34.56.78, thus showing me both "mike" and "bob"
Is this even possible?