diff options
Diffstat (limited to 'src/actions/chat.h')
-rw-r--r-- | src/actions/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/chat.h b/src/actions/chat.h index 8d0003e73..b653e6efb 100644 --- a/src/actions/chat.h +++ b/src/actions/chat.h @@ -35,6 +35,7 @@ namespace Actions decHandler(ignoreAllWhispers); decHandler(scrollChatUp); decHandler(scrollChatDown); + decHandler(msg); } // namespace Actions #undef decHandler |