diff options
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index ef02a70eb..da3574a62 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -84,6 +84,7 @@ namespace Actions decHandler(commandHomunEmote); decHandler(createPublicChatRoom); decHandler(joinChatRoom); + decHandler(leaveChatRoom); } // namespace Actions #undef decHandler |