Mattie

Mattie

Jan 1st, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1.         User user[] = getUsers(channel);
  2.         int usercount = 0;
  3.         for (int i = 0; i < user.length; i++)
  4.         {
  5.             usercount++;       
  6.         }
  7.         sendMessage(channel "usercount: " + usercount);
Advertisement
Add Comment
Please, Sign In to add comment