@@ -0,0 +1,6 @@
+from command_system import wrap_simple_no_db, as_plugin
+
+@as_plugin
+@wrap_simple_no_db
+def echo(raw_args):
+ return raw_args