diff --git a/test/python.py b/test/python.py index 24a6a484c..f02f6bbc9 100644 --- a/test/python.py +++ b/test/python.py @@ -531,6 +531,7 @@ def handle_time(): event = Crossfire.WhatIsEvent() if event.Subtype == Crossfire.EventType.SAY: + topic = Crossfire.WhatIsMessage().split() handle_say() elif event.Subtype == Crossfire.EventType.TIME: handle_time()