-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathchangeLog.txt
77 lines (43 loc) · 2.28 KB
/
changeLog.txt
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
date: 10/14/2012
--> changed the /randomSong command so that it can no longer be called multiple times in a row, it must finish reordering the songs before it executes again.
--> changed the /removesong command to remove the song the bot is currently playing or the last song added to its queue if it is not currently playing.
date: 10/15/2012
--> songs are now always added at the end of the bots queuelist.
date: 10/20/2012
--> fixed ban command to properly kick as well as add the user to the ban list.
date: 10/24/2012
-->added in error handling for when a song gets stuck, djs now have 20 seconds to skip their song before being removed if
it isn't loading or just plain stuck.
date: 10/29/2012
--> added a song length limit option
--> added warnings to afk limit, will warn 5 mins before afk runs out and 1 minute before.
--> fixed /getTags to read the current song and not the last song.
date: 10/30/2012
--> added the ability for a vote skipping option(toggles on and off)
date: 11/02/2012
--> added the ability to toggle the bots autodjing in real time
date: 11/10/2012
--> added the ability to ban users from djing
date: 11/12/2012
--> added alot of command to the pm.
date: 11/19/2012
--> added procedure for kicking an afk audience
date: 11/13/2012
--> added anti spam protection, bot now kicks if a person gets removed from stage 5 times
in 10 seconds
date: 11/16/2012
--> added the ability to ban artists and songs, simply add them in to the bannedArtists array(must be lower case)
date: 11/17/2012
--> added vip list, this will kick everyone on stage other than the vip whos userid is in this array, do not add userids to this
array unless you want everyone else to be kicked.
date: 12/04/2012
--> added ttstat bot kicking(optional)
--> the bot no longer greets banned users after kicking them
date: 12/06/2012
--> changed speaking through the bot to all around moderator only after realizing that anyone who used commands through the bot
could access moderator commands
date: 03/20/2013
--> added several new commands /boot, /move, /whosinmodpm, /up?, /queuewithnumbers, /warnme
changed definition of /modpm to be a moderator group chat, see commands.txt for details
date: 03/21/2021
--> changed /playLimitOn so that it no longer resets playcounts. /clearplaycounts does.