From f40451a24cd19eb420f201ec10c7f8dacfb1b08d Mon Sep 17 00:00:00 2001 From: Blair Bonnett Date: Tue, 14 Aug 2012 18:27:15 +1200 Subject: [PATCH] Update UCMD comment in user feature support flags. --- src/core/user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/user.h b/src/core/user.h index 7b7d0b8..283be70 100644 --- a/src/core/user.h +++ b/src/core/user.h @@ -39,7 +39,7 @@ enum user_flags feature_base = 0x00000001, /** BASE: Basic configuration (required by all clients) */ feature_auto = 0x00000002, /** AUT0: Automatic nat detection traversal */ feature_bbs = 0x00000004, /** BBS0: Bulletin board system (not supported) */ - feature_ucmd = 0x00000008, /** UCMD: User commands (not supported by this software) */ + feature_ucmd = 0x00000008, /** UCMD: User commands */ feature_zlif = 0x00000010, /** ZLIF: gzip stream compression (not supported) */ feature_tiger = 0x00000020, /** TIGR: Client supports the tiger hash algorithm */ feature_bloom = 0x00000040, /** BLO0: Bloom filter (not supported) */