Implemented "/bookmark add" for private storage

Issue #194
This commit is contained in:
James Booth
2014-04-13 01:01:53 +01:00
parent 132976d85e
commit 5bb3fab17c
4 changed files with 175 additions and 95 deletions

View File

@@ -300,10 +300,10 @@ static struct cmd_t command_defs[] =
{ "/bookmark",
cmd_bookmark, parse_args, 0, 4, NULL,
{ "/bookmark [add|list|remove] [room@server] [autojoin on|off] [nick nickname]",
{ "/bookmark [add|list|remove] [room@server] [autojoin] [nick]",
"Manage bookmarks.",
{ "/bookmark [add|list|remove] [room@server] [autojoin on|off] [nick nickname]",
"---------------------------------------------------------------------------",
{ "/bookmark [add|list|remove] [room@server] [autojoin] [nick]",
"-----------------------------------------------------------",
"Manage bookmarks.",
NULL } } },