diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-28 12:40:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-28 12:40:08 +0200 |
commit | 0e4eb69d3308fff112c5e2473c2e5ff9a60be22d (patch) | |
tree | 60ab2b830d1351f61bb37b470fded1b5899a5e40 /po/weechat.pot | |
parent | 1a7037d9cb8c71028bae2698845137501177b258 (diff) | |
download | weechat-0e4eb69d3308fff112c5e2473c2e5ff9a60be22d.zip |
api: use pointer for infolist "hook" to return only one hook
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index fe46f309a..ccfa0446b 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-07-27 23:18+0200\n" +"POT-Creation-Date: 2013-07-28 12:32+0200\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6251,6 +6251,9 @@ msgstr "" msgid "list of hooks" msgstr "" +msgid "hook pointer (optional)" +msgstr "" + msgid "" "type,arguments (type is command/timer/.., arguments to get only some hooks " "(can start or end with \"*\" as wildcard), both are optional)" |