Variable OsuRoom.onUserHost

username as argument

class OsuRoom
{
  // ...
  void delegate(string) onUserHost ;
  // ...
}