diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-18 23:52:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-18 23:52:32 +0200 |
commit | ba115ce11351ce482a83f673f5cea5753265b725 (patch) | |
tree | 33907f4815b784f8b2047ded1ad000c18009afd3 /src/plugins/irc | |
parent | 0f3a31540564b114781d015d84786a1ddfe23071 (diff) | |
download | weechat-ba115ce11351ce482a83f673f5cea5753265b725.zip |
Replace "joker" by "wildcard"
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index 710757eb6..54496830b 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -426,7 +426,7 @@ irc_info_init () /* infolist hooks */ weechat_hook_infolist ("irc_server", N_("list of IRC servers"), N_("server pointer (optional)"), - N_("server name (can start or end with \"*\" as joker) (optional)"), + N_("server name (can start or end with \"*\" as wildcard) (optional)"), &irc_info_get_infolist_cb, NULL); weechat_hook_infolist ("irc_channel", N_("list of channels for an IRC server"), N_("channel pointer (optional)"), |