Thread: Issue with /in
View Single Post
03-16-12, 06:23 PM   #3
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Code:
/run for i=1,GetNumFriends() do local name, _, _, _, connected = GetFriendInfo(i) if(connected) then print(name, 'is online') end end