diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2009-01-24 14:10:26 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2009-01-24 14:10:26 +0000 |
| commit | 82f9be8ce08000213bd231528707a09da41b0f4c (patch) | |
| tree | 596206f09852f5409e2673c29e98383e9a4b7653 /src/game/client/components/emoticon.cpp | |
| parent | 91e337c7ab2c2a1f10c2ce995e4aa00cdcef20a1 (diff) | |
| download | zcatch-82f9be8ce08000213bd231528707a09da41b0f4c.tar.gz zcatch-82f9be8ce08000213bd231528707a09da41b0f4c.zip | |
added help messages for all commands. added syntax in the help msg
Diffstat (limited to 'src/game/client/components/emoticon.cpp')
| -rw-r--r-- | src/game/client/components/emoticon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/components/emoticon.cpp b/src/game/client/components/emoticon.cpp index c9b086cd..934b2fcf 100644 --- a/src/game/client/components/emoticon.cpp +++ b/src/game/client/components/emoticon.cpp @@ -25,8 +25,8 @@ void EMOTICON::con_emote(void *result, void *user_data) void EMOTICON::on_console_init() { - MACRO_REGISTER_COMMAND("+emote", "", CFGFLAG_CLIENT, con_key_emoticon, this, ""); - MACRO_REGISTER_COMMAND("emote", "i", CFGFLAG_CLIENT, con_emote, this, ""); + MACRO_REGISTER_COMMAND("+emote", "", CFGFLAG_CLIENT, con_key_emoticon, this, "Open emote selector"); + MACRO_REGISTER_COMMAND("emote", "i", CFGFLAG_CLIENT, con_emote, this, "Use emote"); } void EMOTICON::on_reset() |