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 5fe828555..ccad18739 100644 --- a/src/actions/chat.h +++ b/src/actions/chat.h @@ -49,6 +49,7 @@ namespace Actions decHandler(kickParty); decHandler(addText); decHandler(clearChat); + decHandler(chatGeneralTab); } // namespace Actions #undef decHandler |