-
Notifications
You must be signed in to change notification settings - Fork 11
/
en.yaml
577 lines (496 loc) · 20 KB
/
en.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
about: |
<b>[BOT]</b> <b>{{bot_name}}</b>.
<b>Uptime:</b> {{started|elapsed(True)}}.
<b>Msgs:</b> {{count}}.
<b>Msg rate:</b> {{r_hours}} msgs/hr, {{r_days}} msgs/day.
Bot is built on platform @ChatFabricBot, version <i>{{version}}</i>.
If you have questions about using platform or bots' development - contact @IAmRocket.
Platform news: @ChatFabric.
help: |
<b>[BOT]</b> Supported commands:
/start - <i>Enter an anonymous chat</i>
/stop - <i>Leave chat</i>
/nick - <i>Change nick</i>
/list - <i>List of users in a chat</i>
% - <i>Write in the third person</i>
$ - <i>Write hidden message</i>
/last - <i>Show last exited users</i>
/msg - <i>Send a private message</i>
/getmsg - <i>Get private messages</i>
/notify - <i>Notificatios of messages in chat</i>
/poll - <i>Create a poll</i>
/polldone - <i>End a poll</i>
/vote - <i>Vote</i>
{%if options.closed%}/invite - <i>Create an invite</i>{{"\n"}}{%endif%}
/info [CODE] - <i>See information about a user</i>
/slap [CODE] - <i>Slap a user</i>
/search [TEXT] - <i>Search a user by a nick</i>
<i>/harakiri</i> [MINUTES|R] - <i>Make harakiri!</i>
/ping - <i>Check bot''s operability</i>
/rules - <i>Chat's rules</i>
/about - <i>Information about a bot</i>
{% if user.is_moderator or user.is_admin or user._id == owner %}
<b>Moderator''s commands:</b>
/mute [CODE] [MINUTES] - <i>Void a user''s voice</i>
{%if options.silent_cmds%}/sban, {%endif%}/ban [CODE] - <i>Ban a user</i>
/rename [CODE] [NICK] - <i>Rename a user</i>
/addach [CODE] [ACH] [TEXT] - <i>Add achievement</i>
/rmach [CODE] [ACH] - <i>Remove achievement</i>
/kick [CODE] - <i>Kick a user</i>
/resident [CODE] - <i>Change a resident status</i>
/freeze [CODE] - <i>Forbid nick change</i>
/textual [CODE] - <i>Text only mode</i>
/del - <i>Delete message from chat</i>
{%endif%}{%if user.is_admin or user._id == owner%}
<b>Admin's commands:</b>
/changeid [CODE] [NEW] - <i>Change user's ID</i>
/addmod [CODE] - <i>Add a moderator</i>
/rmmod [CODE] - <i>Delete a moderator</i>
/unban [CODE] - <i>Unban a user</i>
/say [TEXT] - <i>Say from bot</i>
/poll_kill - <i>Kill poll(danger!)</i>
{%endif%}{%if user._id == owner%}
<b>Owner's commands:</b>
/addadmin [CODE] - <i>Add an admin</i>
/rmadmin [CODE] - <i>Delete an admin</i>
/options - <i>See chat's settings</i>
/option [NAME] [VALUE] - <i>Change chat's setting</i>
{%endif%}
Most commands may be used in reply instead of enter CODE.
common:
kb:
cancel: |
❌ Cancel
cancels: |
❌
back: |
↩️
symbol: |
{%if user.is_owner%}✳️{%elif user.is_admin%}💢{%elif user.is_moderator%}🔆{%elif user.is_resident%}✅{%else%}🆕{%endif%}
luna: |
{%if minutes < 5 and days <= 0%}🌕{%elif minutes < 60 and days <= 0%}🌖{%elif minutes < 60 * 12 and days <= 0%}🌗{%elif hours < 24 and days <= 0%}🌘{%else%}🌑{%endif%}
cancelled: |
<b>[BOT]</b> Cancelled.
noresident: |
<b>[BOT]</b> Very sorry, but this command is only for chat's residents.
unknown: |
<b>[BOT]</b> I don't know this command. Press /help, To see all availiable commands.
fail: |
<b>[BOT]</b> Can not. 😔
fail_alert: |
Can not. 😔
info:
kb:
am: |
👮
msg: |
✉️
slap: |
✋️
hug: |
🤗
fail: |
<b>[BOT]</b> User not found.
text: |
<b>[BOT]</b> <b>Information about</b> {{T('common/symbol', user=user)}} #{{user.code_display}} {{user.nick}}:
With us <b>{{user.created|elapsed}}</b>
Wrote last time <b>{{user.last_activity|elapsed(True)}}</b>
Status: <b>{%if user.is_active%}ONLINE{%else%}OFFLINE{%endif%}
{%if user.is_owner%}, OWNER{%endif%}
{%if user.is_resident%}, RESIDENT{%endif%}
{%if user.banned%}, BANNED{%endif%}
{%if user.muted%}, MUTED{%endif%}
{%if user.harakiri%}, HARAKIRI{%endif%}
{%if user.is_moderator%}, MODERATOR{%endif%}
{%if user.is_admin%}, ADMIN{%endif%}
{%if user.frozen%}, FROZEN{%endif%}
{%if user.text_only%}, TEXT{%endif%}
{%if user.bot_banned%}, RASCAL{%endif%}
</b>
Notifications: <b>{% if user.notify_msg or user.notify_slaps or user.notify_replays or user.notify_hugs or user.notify_poll%}
{% set pipe = joiner(", ") %}
{%if user.notify_msg%}{{ pipe() }}PRIVATES{%endif%}
{%if user.notify_slaps%}{{ pipe() }}SLAPS{%endif%}
{%if user.notify_replays%}{{ pipe() }}REPLIES{%endif%}
{%if user.notify_hugs%}{{ pipe() }}HUGS{%endif%}
{%if user.notify_poll%}{{ pipe() }}POLLS{%endif%}
{%else%}OFF{%endif%}</b>
{%if inviter %}<b>By inviting:</b> {{T('common/symbol', user=inviter)}} #{{inviter.code_display}} {{inviter.nick}}
{%endif%}
{%if user.ach%}
<b>Achievements:</b>
{%for k, v in user.ach.items()%}
{{k}} - {{v}}
{%endfor%}
{%else%}
<b>No achievements.</b>
{%endif%}
invite:
invalid: |
<b>[BOT]</b> This invite was already used by someone or it's time was expired.
closed: |
<b>[BOT]</b> This is closed chat. You need to have an invite.
new: |
<b>[BOT]</b> New invite is ready: https://t.me/{{bot}}?start=invite_{{invite}}
forbidden: |
<b>[BOT]</b> This command is not availiablefor you.
poll:
start: |
<b>[BOT]</b> You are starting a {%if inline%}inline poll{%else%}poll{%endif%}.
Enter the question and answers one by line like this:
<i>Question?
Answer1
Answer2
Answer3</i>
{%if inline%}Poll will be valid one hour. {%endif%}Click /cancel for cancel.
started: <b>[BOT]</b> Poll started! To end a poll use /polldone.
inline: |
<b>[Bot]</b> #{{poll.code_display}} {{poll.nick}} put a question:
<i>{{poll.question}}</i>
{%for v in poll.variants%}
{%if loop.index0==selected%}✔{%endif%}{{map[loop.index0]}} - <i>{{v}}</i>
{%endfor%}
poll: |
{%if started%}<b>[Bot]</b> The poll is announced!{%else%}<b>[BOT]</b>{%endif%} #{{user.code_display}} {{user.nick}} put a question:
<i>{{poll.question}}</i>
{%if vote%}Choose an option:{%endif%}
{%for v in poll.variants%}
{{map[loop.index0]}} - <i>{{v}}</i>
{%endfor%}
{%if vote_user%}
You voted for:
{%if vote_user._id in poll.answers%}{{poll.variants[poll.answers[vote_user._id]]}}{%else%}<i>You haven't voted yet.</i>{%endif%}
{%endif%}
done: |
<b>[Bot]</b> Results of poll #{{user.code_display}} {{user.nick}}:
<i>{{poll.question}}</i>
{%for s, p in poll.total%}
{{map[loop.index0]}} {{p}}%({{s}}) - <i>{{poll.variants[loop.index0]}}</i>
{%endfor%}
The number of voters: {{poll.answers|length}} users.
notification:
start: |
<b>[BOT]</b> In chat{%if bot%} @{{bot}}{%endif%} the poll is announced! #{{user.code_display}} {{user.nick}} put a question:
<i>{{poll.question}}</i>
chat: |
<b>[Bot]</b> The poll is active! #{{user.code_display}} {{user.nick}} put a question:
<i>{{poll.question}}</i>
You can vote using command /vote.
canceled: |
<b>[BOT]</b> Start of{%if inline%}inline poll{%else%}poll{%endif%} was canceled.
error: |
<b>[BOT]</b> {%if inline%}Inline poll{%else%}Poll{%endif%} must contains from 2 to 10 response options.
Try again or click /cancel for cancel.
text_only: |
<b>[BOT]</b> Use text only.
not_active_inline: |
Poll is not active.
not_active: |
<b>[BOT]</b> Poll is not active. To start your poll use a command /poll.
vote_ok: |
Your vote is counted.
done_fail: |
<b>[BOT]</b> Only moderator or a poll's owner can end a poll.
alredy_active: |
<b>[BOT]</b> Poll is already active. #{{user.code_display}} {{user.nick}} put a question:
<i>{{poll.question}}</i>
Already voted {{poll.answers|length}} of users.
To vote use a command /vote.
in_progress: |
<b>[BOT]</b> Someone already started a poll but didn't stop it yet. You need to wait.
vote_ended: |
This poll has ended.
list:
kb:
more: ⏬ Show all ⏬
short: ⏫ Minimize ⏫
text: |
<b>[BOT]</b> <i>{{online}}</i>(of <i>{{all}}</i>) users in chat:
{%for u, m, h, d in users%}
{{T('common/luna', minutes=m, hours=h, days=d)}}{{T('common/symbol', user=u)}}#{{u.code_display}} {{u.nick}}
{%endfor%}
last:
text: |
<b>[BOT]</b> Recently exited:
{%for u in users%}
{{T('common/symbol', user=u)}}#{{u.code_display}} {{u.nick}}, {{u.last_activity|elapsed()}}
{%endfor%}
search:
text: |
<b>[BOT]</b> Search results:
{%for u in users%}
{{T('common/symbol', user=u)}}#{{u.code_display}} {{u.nick}}, {{u.last_activity|elapsed()}}
{%endfor%}
{%if too_many%}
<i>Too many accounts was found. Specify your inquiry.</i>{%endif%}
nothing: |
<b>[BOT]</b> Nothing was found.
message:
text: |
{%if hidden%}<b>$</b> {%endif%}{%if edit%}<b>&</b> {%endif%}{{user.nick}}{%if text%}: {{text}}{%endif%}
me: |
<b>{%if edit%}& {%endif%}*</b> <i>{{user.nick}} {{text}}</i>
hidden:
kb:
show: |
👀 Show
photo: |
Hidden photo from #{{user.code_display}} {{user.nick}}{%if caption%}: {{caption}}{%else%}.{%endif%}
document: |
Hidden document from #{{user.code_display}} {{user.nick}}{%if caption%}: {{caption}}{%else%}.{%endif%}
edition:
noresident: |
<b>[BOT]</b> Only resident can edit messages.
forbidden: |
<b>[BOT]</b> Can't edit this message.
timeout: |
<b>[BOT]</b> Message editing timeout.
not_sent: |
<b>[BOT]</b> Bot doesn't send locations and contact details.
flood: |
<b>[BOT]</b> Too much messages! Wait a little before write more!
filtered: |
<b>[Bot]</b> Very sorry, but you can't send links!
stickers_too_fast: |
<b>[Bot]</b> Too much stickers! Wait {{seconds}} more seconds!
text_only: |
<b>[BOT]</b> You're restricted to text only.
notification: |
<b>[BOT]</b> Reply from #{{user.code_display}} {{user.nick}}{%if bot%} in chat @{{bot}}{%endif%}{%if hash%} - #{{hash}}{%endif%}.
harakiri:
all: |
<b>[Bot]</b> #{{user.code}} {{user.nick}} makes harakiri and can't back to chat in {{user.harakiri_till|remaining(True)}}.
text: |
<b>[BOT]</b> You make harakiri and you can back to chan in {{user.harakiri_till|remaining(True)}}.
fail: |
<b>[BOT]</b> Fail.
For this command to work enter /harakiri and ammount of minutes (from 1 to 10080) or R to play a game.
nick:
enter: |
<b>[BOT]</b> Your nick now - {{user.nick}}
Enter a new nick or press /cancel for cancel.
all: |
<b>[Bot]</b> #{{user.code}} {{old_nick}} changed nick to {{user.nick}}
bad: |
<b>[BOT]</b> This nick does not fit.
canceled: |
<b>[BOT]</b> Nick change was canceled.
frozen: |
<b>[BOT]</b> You are not allowed to change your nickname.
taken: |
<b>[BOT]</b> This nick is already taken.
long: |
<b>[BOT]</b> Nick is too long.
msg: |
<b>[BOT]</b> Your new nick - {{user.nick}}.
notify:
kb:
hugs: |
{%if user.notify_hugs%}✅{%else%}❌{%endif%} Hugs
msg: |
{%if user.notify_msg%}✅{%else%}❌{%endif%} Privates
poll: |
{%if user.notify_poll%}✅{%else%}❌{%endif%} Polls
replays: |
{%if user.notify_replays%}✅{%else%}❌{%endif%} Replies
slaps: |
{%if user.notify_slaps%}✅{%else%}❌{%endif%} Slaps
timeout: |
{%if user.notify_timeout == val%}✅ {%else%}❌{%endif%}{{val}}
text: |
<b>[BOT]</b> Your notifications settings:
goto: |
<b>[BOT]</b> Чтобы получать уведомления из чата, нужно воспользоваться ботом @{{bot}}.
help: |
<b>[BOT]</b> Этот бот посылает уведомления, когда кто-то отвечает тебе на сообщение или пишет личное сообщение в @{{bot}}.
Обрати внимание, что уведомление об ответах работают только когда ты находишься в чате. Уведомления о личных сообщениях и форели работают всегда.
Чтобы настроить уведомления, нажми - /settings.
disabled: |
<b>[BOT]</b> Отключены все уведомления.
unknown: |
<b>[BOT]</b> Я тебя еще не знаю. Чтобы пользоваться этим ботом, войди сначала на @{{bot}}.
owner:
options:
state: |
<b>[BOT]</b> Chat settings:
🔹 <b>closed</b> - closed chat(entering by invitation only).
Possible values: True, False.
Current value: <b>{{options.closed}}</b>.
🔹 <b>invite_allowed</b> - who can invite new users.
Possible values: all, resident, moderator, admin, owner.
Current value: <b>{{options.invite_allowed}}</b>.
🔹 <b>lang</b> - chat language.
Possible values: {%for l in langs%}{{l}}{%if not loop.last%}, {%endif%}{%endfor%}.
Current value: <b>{{options.lang}}</b>.
🔹 <b>rules</b> - chat's rules.
Html-formatting can be used. Tags need to be closed necessarily. Attached tags don't work. In case of mistake in tags, commands would not be working.
Current value: hit /rules.
🔹 <b>silent_start</b> - don't show start messages in chat.
Current value: <b>{{options.silent_start}}</b>.
🔹 <b>silent_stop</b> - don't show stop messages in chat.
Current value: <b>{{options.silent_stop}}</b>.
🔹 <b>silent_cmds</b> - allow use silent admin's commands.
Current value: <b>{{options.silent_cmds}}</b>.
ok: |
<b>[BOT]</b> Setting was saved.
admins:
added: |
<b>[BOT]</b> User #{{user.code_display}} {{user.nick}} was succesfully added to admins.
removed: |
<b>[BOT]</b> User #{{user.code_display}} {{user.nick}} was succesfully removed from admins.
admin:
moderators:
added: |
<b>[BOT]</b> User #{{user.code_display}} {{user.nick}} was succesfully added to moderators.
removed: |
<b>[BOT]</b> User #{{user.code_display}} {{user.nick}} was succesfully removed from moderators.
unbaned: |
<b>[BOT]</b> User #{{user.code_display}} {{user.nick}} is succesfully unbaned.
changedid: |
<b>[BOT]</b> ID user #{{user.code_display}} {{user.nick}} succesfully changed to #{{new_code}}.
say: |
<b>[Bot]</b> {{text}}
poll_killed: |
<b>[BOT]</b> Poll killed.
moderator:
kb:
freeze: |
❄️ Freeze
kick: |
👞 Kick
mute: |
🙊 {{val}}
resident: |
⚓️ Resident
textual: |
🔤 Textual
moderation: |
👮 Moderation for #{{user.code_display}} {{user.nick}}.
{%for l in log%}
{{l.time.strftime('%m/%d %H:%M')}} {%if l.by%}#{{l.by.code_display}} {%endif%}<b>{{l.action.upper()}}</b> <i>{%if l.data.till%}{{l.data.till|remaining(True, l.time)}}{%endif%}
{%if l.data.nick%}{{l.data.nick}}{%endif%}
{%if l.data.id%}#{{l.data.id}}{%endif%}
{%if l.data.status is defined%}{%if l.data.status%}ON{%else%}OFF{%endif%}{%endif%}
{%if l.data.achievement%}{{l.data.achievement}} - {{l.data.text}}{%endif%}</i>
{%endfor%}
done: |
<b>[BOT]</b> User #{{user.code_display}} {{user.nick}} was succesfully updated.
achievement:
added: |
<b>[Bot]</b> User #{{user.code_display}} {{user.nick}} got new achievement:
{{symbol}} - {{text}}
removed: |
<b>[Bot]</b> User #{{user.code_display}} {{user.nick}} lost achievement:
{{symbol}} - {{text}}
ban:
all: |
<b>[Bot]</b> #{{user.code_display}} {{user.nick}} is banned forever!
text: |
<b>[BOT]</b> To my great regrets, you were baned! Seems like your behaviour was bad. Don't write here anymore.
mute:
all: |
<b>[Bot]</b> #{{user.code_display}} {{user.nick}} is muted for {{user.muted_till|remaining(True)}}.
text: |
<b>[BOT]</b> Your voice was voided in a chat for {{user.muted_till|remaining(True)}}.
Your messages, pictures and stickers aren''t displaying in a chat, bot doesn't show that you have entered or left. Wait till time run out and don't piddle no more.
Your availible commands: /start, /stop and /rules.
kick:
all: |
<b>[Bot]</b> #{{user.code_display}} {{user.nick}} was kicked for {{user.kicked_till|remaining(True)}}.
text: |
<b>[BOT]</b> You're kicked. You can to come back in {{user.kicked_till|remaining(True)}}.
rename:
all: |
<b>[Bot]</b> #{{user.code_display}} {{user.nick}} was renamed to {{nick}}.
text: |
<b>[BOT]</b> You were renamed. Your new nick - {{nick}}.
pong: |
<b>[BOT]</b> <i>pong</i>.
rules: |
<b>[BOT] Chat's rules:</b>
{{rules}}
private:
kb:
reply: |
✏️ Reply
receive: |
📩 Receive
notification: |
<b>[BOT]</b> You have a private message from #{{user.code_display}} {{user.nick}}{%if bot%} in chat @{{bot}}{%endif%}.
{%if offline%}Enter a chat(/start), to get it.{%endif%}
empty: |
{%if not callback%}<b>[BOT]</b> {%endif%}There's no private messages for you.
remind: |
<b>[BOT]</b> There's {{num}} private messages waiting for you.
send:
canceled: |
<b>[BOT]</b> Private message sending was canceled.
fail: |
<b>[BOT]</b> Sending was failed.
fail_type: |
<b>[BOT]</b> Can't send this message.
fail_user: |
<b>[BOT]</b> Can't find this user.
ok: |
<b>[BOT]</b> Your message to #{{user.code_display}} {{user.nick}} was succesfully sent.
select: |
<b>[BOT]</b> Choose a user.
type: |
<b>[BOT]</b> Type and send your message and it will be sent to user #{{user.code_display}} {{user.nick}}.
receive:
message: |
<b>[BOT]</b> Private message from #{{user.code_display}} {{user.nick}} at {{time}}:
{{message}}
sticker: |
<b>[BOT]</b> Private message(<b>sticker</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
audio: |
<b>[BOT]</b> Private message(<b>audio</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
document: |
<b>[BOT]</b> Private message(<b>document</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
photo: |
<b>[BOT]</b> Private message(<b>photo</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
video: |
<b>[BOT]</b> Private message(<b>video</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
video_note: |
<b>[BOT]</b> Private message(<b>video note</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
voice: |
<b>[BOT]</b> Private message(<b>voice</b>) from #{{user.code_display}} {{user.nick}} at {{time}}.
slap:
all: |
<b> *</b> #{{ufrom.code_display}} <i>{{ufrom.nick}} slaps </i>#{{uto.code_display}}<i> {{uto.nick}} around a bit with a large trout{%if hash%}(</i>#{{hash}}<i>){%endif%}.</i>
list: |
<b>[BOT]</b> Choose a user to slap:
slow: |
<b>[BOT]</b> It's not necessary to flap a trout so often!
notification: |
<b>[BOT]</b> Slap from #{{user.code_display}} {{user.nick}}{%if bot%} in chat @{{bot}}{%endif%}{%if hash%} - #{{hash}}{%endif%}.
hug:
all: |
<b> *</b> #{{ufrom.code_display}} <i>{{ufrom.nick}} hugs </i>#{{uto.code_display}}<i> {{uto.nick}}{%if hash%}(</i>#{{hash}}<i>){%endif%}.</i>
list: |
<b>[BOT]</b> Choose a user to hug:
slow: |
<b>[BOT]</b> It's not necessary to hugs so often!
notification: |
<b>[BOT]</b> Hug from #{{user.code_display}} {{user.nick}}{%if bot%} in chat @{{bot}}{%endif%}{%if hash%} - #{{hash}}{%endif%}.
start:
all: |
<b>[Bot]</b> #{{user.code_display}} {{user.nick}} enteres chat.{%if new%} <b>He's new!</b>{%endif%}
text: |
<b>[BOT]</b> You entered a chat. Your nick - {{user.nick}}. To leave a chat press /stop.
welcome: |
<b>[BOT]</b> Welcome to anonymous chat.
To leave a chat print /stop
There is a random nick generated for you - {{user.nick}}.
If you don''t like it, you can come up with your own and set it with command /nick
<b>Have a nice chat!</b>
started: |
<b>[BOT]</b> Already in a chat. To leave a chat press /stop.
not_started: |
<b>[BOT]</b> You are not in a chat. To start press /start.
stop:
all: |
<b>[Bot]</b> #{{user.code_display}} {{user.nick}} leaves chat.{%if banned%} <b>This rascal has banned a bot!</b>{%endif%}{%if cleaner%} <b>He quiet long time ago.</b>{%endif%}
text: |
<b>[BOT]</b> You left chat. Come back soon!
To enter again - press /start.