diff --git a/say.py b/say.py index 110bfbd..b2867a2 100644 --- a/say.py +++ b/say.py @@ -88,11 +88,11 @@ def prof_init(version, status, account_name, fulljid): ] description = "Read all messages out loud" args = [ - [ "on|off", "Enable/disable say for all windows" ], - [ "active", "Enable say for active window only" ], - [ "args ", "Arguments to pass to command" ], - [ "clearargs ", "Clear command arguments" ], - [ "test ", "Say message" ] + [ "on|off", "Enable/disable say for all windows" ], + [ "active", "Enable say for active window only" ], + [ "args ", "Arguments to pass to command" ], + [ "clearargs", "Clear command arguments" ], + [ "test ", "Say message" ] ] examples = []