summaryrefslogtreecommitdiff
path: root/src/input/pages/outfits.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-22 17:41:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-22 17:41:58 +0300
commit57fbb242575a647b3323ede64670d0a7094189e9 (patch)
tree32d337762734bb494e8641a6356da9a5cf48acea /src/input/pages/outfits.cpp
parent82ceb77559198eb46d3a49beb50d130ccdce0afb (diff)
downloadplus-57fbb242575a647b3323ede64670d0a7094189e9.tar.gz
plus-57fbb242575a647b3323ede64670d0a7094189e9.tar.bz2
plus-57fbb242575a647b3323ede64670d0a7094189e9.tar.xz
plus-57fbb242575a647b3323ede64670d0a7094189e9.zip
Add adction for show equipped hat in chat.
New chat command: /hat Now irc with hats can show actual hat in chat. In some servers even in irc.
Diffstat (limited to 'src/input/pages/outfits.cpp')
-rw-r--r--src/input/pages/outfits.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/pages/outfits.cpp b/src/input/pages/outfits.cpp
index c554b5e28..20715a287 100644
--- a/src/input/pages/outfits.cpp
+++ b/src/input/pages/outfits.cpp
@@ -58,6 +58,12 @@ SetupActionData setupActionDataOutfits[] =
},
{
// TRANSLATORS: input action name
+ N_("Show hat in chat"),
+ InputAction::HAT,
+ "",
+ },
+ {
+ // TRANSLATORS: input action name
N_("Outfits shortcuts"),
InputAction::NO_VALUE,
""