diff options
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c index 6c472690..63e4717f 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1143,6 +1143,11 @@ static char * const pevt_genmsg_help[] = { N_("Right message"), }; +static char * const pevt_identd_help[] = { + N_("IP address"), + N_("Username") +}; + static char * const pevt_join_help[] = { N_("The nick of the joining person"), N_("The channel being joined"), |