diff options
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"), |