diff options
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index 46932681c..333afc9eb 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -71,6 +71,8 @@ namespace Actions decHandler(gm); decHandler(hack); decHandler(debugSpawn); + decHandler(serverIgnoreWhisper); + decHandler(serverUnIgnoreWhisper); } // namespace Actions #undef decHandler |