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 5f926c6ab..afc5e0dd9 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -29,6 +29,7 @@ namespace Actions { decHandler(chatAnnounce); decHandler(chatIgnore); + decHandler(chatUnignore); } // namespace Actions #undef decHandler |