X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Ftextclient.h;h=a945db18ac8e09477533a36ccc049b6dc0dd026a;hp=74f70e63a147aead4603b94cd895a6a6359dc256;hb=a6722156441811d3cddce7179eb56c483eebd37f;hpb=cb5275786332fa50897200781d3100449b5f71dd diff --git a/textclient/textclient.h b/textclient/textclient.h index 74f70e63a..a945db18a 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -56,6 +56,10 @@ enum { #define GF_SKIP 1 /* <;S>kip floor mode */ #define GF_ZAP 2 /* <;Z>ap floor mode */ +/* Can messages be entered in this room? */ +#define ENTMSG_OK_NO 0 /* You may not enter messages here */ +#define ENTMSG_OK_YES 1 /* Go ahead! */ +#define ENTMSG_OK_BLOG 2 /* Yes, but warn the user about how blog rooms work */ /* * Colors for color() command