[REORG] messages types
This commit is contained in:
parent
3fdef5e25a
commit
75fbe7be5e
5 changed files with 15 additions and 9 deletions
|
|
@ -1,6 +0,0 @@
|
|||
namespace Yavsc
|
||||
{
|
||||
public static class ErrorMessages {
|
||||
public const string ContactRefused = "contact refused";
|
||||
}
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
namespace Yavsc
|
||||
{
|
||||
public static class NotificationTypes {
|
||||
public const string Connected = "connected";
|
||||
public const string DisConnected = "disconnected";
|
||||
public const string Reconnected = "reconnected";
|
||||
public const string UserPart = "userpart";
|
||||
public const string UserJoin = "userjoin";
|
||||
public const string PrivateMessageDenied = "deniedpv";
|
||||
|
||||
public const string Error = "error";
|
||||
|
||||
public const string BookQuery = "bookQuery";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue