does anyone know how to show the email when someone logs in
ie, Nickname (blah@blah.com) has just signed in.
it would be helpful because everyone changes their name all the time, so i have ot go in the messenger window and look through the list to find that user name to see who it is.
thx
struz
show email when user logs in
find this line:
echo -a 7 $+ $gettok(%msn.data,4-,32) has logged on.
would be nr. 177 or something like that.
Change the 4- in this gettok and the one in the line underneath to 3-, so it would be:
echo -a 7 $+ $gettok(%msn.data,3-,32) has logged on.
aline @Messenger $timestamp 7 $+ $gettok(%msn.data,3-,32) has logged on.
echo -a 7 $+ $gettok(%msn.data,4-,32) has logged on.
would be nr. 177 or something like that.
Change the 4- in this gettok and the one in the line underneath to 3-, so it would be:
echo -a 7 $+ $gettok(%msn.data,3-,32) has logged on.
aline @Messenger $timestamp 7 $+ $gettok(%msn.data,3-,32) has logged on.