diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 21:04:07 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 21:04:07 +0100 |
commit | c45fbe1bb3092060bd258b3975d7218ee34402af (patch) | |
tree | cb7797060ea864acb342f0730a37c4f1f7e2dffe /src/common/text.c | |
parent | 21b3267e8a00d7703dc7b71c32b820454a206506 (diff) |
Remove identd text event coz it doesn't work
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c index 63e4717f..6d69b08c 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1143,10 +1143,12 @@ static char * const pevt_genmsg_help[] = { N_("Right message"), }; +#if 0 static char * const pevt_identd_help[] = { N_("IP address"), N_("Username") }; +#endif static char * const pevt_join_help[] = { N_("The nick of the joining person"), |