MrMasrozYTLIVE
|
9f2353c902
|
Added check if botName or chatRoomID is not defined
|
2024-06-08 23:38:44 +03:00 |
|
MrMasrozYTLIVE
|
cd5cfb20a4
|
Replaced 'setTimeOut' with bot.on('onBotJoinRoom', () => {}); for sending ON_READY_MESSAGE to the chat
|
2024-06-08 23:36:00 +03:00 |
|
MrMasrozYTLIVE
|
164efc5b72
|
Removed Enum class because it does not work 😭
|
2024-06-08 23:31:24 +03:00 |
|
MrMasrozYTLIVE
|
b244aa9bdf
|
Added Event enum and 2 new events
|
2024-06-08 23:29:51 +03:00 |
|
MrMasrozYTLIVE
|
114875cddb
|
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
|
2024-06-08 23:17:29 +03:00 |
|
MrMasrozYTLIVE
|
e33244c1f1
|
Merge https://git.ssh.surf/MiTask/LinkUp-P2P-Chat
|
2024-06-08 22:56:23 +03:00 |
|
MrMasrozYTLIVE
|
0587f261b7
|
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
|
2024-06-08 22:55:01 +03:00 |
|
MrMasrozYTLIVE
|
28be0822f6
|
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
|
2024-06-08 22:45:00 +03:00 |
|
MrMasrozYTLIVE
|
83f75a4fc8
|
Merge branch 'main' of https://git.ssh.surf/snxraven/LinkUp-P2P-Chat
This is merge.
|
2024-06-08 22:34:47 +03:00 |
|
MrMasrozYTLIVE
|
de00514397
|
I actually dont know if it works or not. Changes: Replaced TopicBuffer with chatRoomID and now topicBuffer is being created directly in Client class; Replaced chatBot with Client; Client now extends EventEmitter; bot.on('onMessage', (pear, message) => {}) is now a thing instead of directly putting method in chatBot constructor
|
2024-06-08 22:34:25 +03:00 |
|