(2, "This will save all active accounts", ""),
)
+test_help = (
+ (0, "> ", "help say"),
+ (0, r"See also: .*chat.*> ", ""),
+)
+
test_abbrev = (
(0, "> ", "h"),
(0, r"h\[elp\].*m\[ove\].*> ", "he mo"),
(test_telnet_unknown_option, "log unknown telnet option"),
(test_admin_restriction, "restricted admin commands"),
(test_admin_help, "admin help"),
+ (test_help, "help command"),
(test_abbrev, "command abbreviation"),
(test_reload, "reload"),
(test_set_facet, "set facet"),
input is passed as a parameter to the say command, unless prepended by an
exclamation mark (!). For example, to leave chat mode,
use:$(eol)$(eol) !chat
-command.chat.see_also: say
+command.chat.see_also:
+ - say
command.create.administrative: true
command.create.description: Create a new element in the universe.
ask, "You're sure I went the wrong way?"$(eol)$(eol)If necessary, enclose
literal statements in quotation marks:$(eol)$(eol) > say "youre sure i
went teh wrong way?"$(eol) You say, "youre sure i went teh wrong way?"
-command.say.see_also: chat
+command.say.see_also:
+ - chat
command.set.action: command.c_set
command.set.administrative: true