From 20c834d650d17bd21ea56bcd8fea6f60b2f9e2a2 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 28 Sep 2018 16:41:45 +0300 Subject: NewStory: don't work, not compiled --- plugins/NewStory/docs/options.txt | 2 ++ plugins/NewStory/docs/templates.txt | 26 ++++++++++++++++++++++++++ plugins/NewStory/docs/thanx.txt | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 plugins/NewStory/docs/options.txt create mode 100644 plugins/NewStory/docs/templates.txt create mode 100644 plugins/NewStory/docs/thanx.txt (limited to 'plugins/NewStory/docs') diff --git a/plugins/NewStory/docs/options.txt b/plugins/NewStory/docs/options.txt new file mode 100644 index 0000000000..3a4d95b78d --- /dev/null +++ b/plugins/NewStory/docs/options.txt @@ -0,0 +1,2 @@ +Event Templates +Password \ No newline at end of file diff --git a/plugins/NewStory/docs/templates.txt b/plugins/NewStory/docs/templates.txt new file mode 100644 index 0000000000..1bb9c58982 --- /dev/null +++ b/plugins/NewStory/docs/templates.txt @@ -0,0 +1,26 @@ +// General +// %%: simply % character +// %n: line break +// %M: my nick (not for messages) + +// Contact-related +// %N: buddy's nick (not for messages) +// %c: Message count + +// Event-related +// %N: Nickname (dynamic) +// %I: Icon +// %i: Direction icon +// %D: direction symbol +// %t: timestamp +// %h: hour (24 hour format, 0-23) +// %a: hour (12 hour format) +// %m: minute +// %s: second +// %o: month +// %d: day of month +// %y: year +// %w: day of week (Sunday, Monday.. translateable) +// %p: AM/PM symbol +// %O: Name of month, translateable +// %M: the message string itself diff --git a/plugins/NewStory/docs/thanx.txt b/plugins/NewStory/docs/thanx.txt new file mode 100644 index 0000000000..d7c52348da --- /dev/null +++ b/plugins/NewStory/docs/thanx.txt @@ -0,0 +1,5 @@ +Special thaks to: + - Deathdemon for useful tips, ideas and samples + - Faith Healer for base idea of plugin and future ideas of improvements :) + - Angeli-Ka for useful ideas + - And many other people whom I'm unable to remember :( \ No newline at end of file -- cgit v1.2.3