From 35f3fd67cc7825c63c1a8ca9c1ab171f4427a793 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Tue, 17 Apr 2018 19:39:53 -0700 Subject: [PATCH] Add investigate as alias for id for investigator --- src/roles/investigator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roles/investigator.py b/src/roles/investigator.py index 4b886c9..e05216e 100644 --- a/src/roles/investigator.py +++ b/src/roles/investigator.py @@ -16,7 +16,7 @@ from src.events import Event INVESTIGATED = UserSet() -@command("id", chan=False, pm=True, playing=True, silenced=True, phases=("day",), roles=("investigator",)) +@command("id", "investigate", chan=False, pm=True, playing=True, silenced=True, phases=("day",), roles=("investigator",)) def investigate(var, wrapper, message): """Investigate two players to determine their relationship to each other.""" if wrapper.source in INVESTIGATED: