This commit is contained in:
Paul Schneider 2019-06-05 11:44:33 +01:00
commit e78d3d31f4
3 changed files with 39 additions and 10 deletions

View file

@ -60,9 +60,12 @@ namespace Yavsc
public const string HubGroupAuthenticated = "authenticated";
public const string HubGroupAnonymous = "anonymous";
public const string HubGroupCops= "cops";
public const string HubGroupRomsPrefix = "room_";
public const int MaxChanelName = 255;
public const string HubGroupFollowingPrefix = "fol ";
public const string AnonymousUserNamePrefix = "?";
public const string KeyParamChatUserName = "username";
public const string LabAuthChatUser = "Authenticated chat user";
}
}