diff options
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r-- | src/actions/commands.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 0c029fa54..c63e8a439 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -191,4 +191,11 @@ impHandler(chatFriend) return true; } +impHandler(chatDisregard) +{ + // TRANSLATORS: disregard command + changeRelation(event.args, PlayerRelation::DISREGARDED, _("disregarded"), event.tab); + return true; +} + } // namespace Actions |