Variable OsuRoom.onUserJoin

username + slot (0 based) as argument

class OsuRoom
{
  // ...
  void delegate(string, ubyte) onUserJoin ;
  // ...
}