Sometimes You Need to save your chats of your bombsquad server So that you can check those chats in future...
def _handleLocalChatMessage(msg):
chatLogger v2.0 Coming Soon...
So You need chatLogger for your server for saving all the chats of the server
Follow The Below Steps to Install Chat Logger to Your Server :
2. Now Extract all the Files from the zip file you have downloaded
3. Now You Should see this chatLogger FIles (chatLog.py)
4. Now Copy this file to your Server Scripts Folder
5. Now You should Open Your Terminal / PuTTY / SSH Client and type the following command :
sudo apt install python-pip
sudo pip install pytz
6. Open bsUI.py and search for :
def _handleLocalChatMessage(msg):
7. And add the following lines to it :
import chatLog
chatLog.chatLogg(msg)
it should look like this :
def _handleLocalChatMessage(msg):
global gPartyWindow
import chatLog
chatLog.chatLogg(msg)
if gPartyWindow is not None and gPartyWindow() is not None:
gPartyWindow().onChatMessage(msg)
8. Done, If you do it correctly you should see this ChatsLogged.txt file in your scripts folder in which all the chats are Logged....
chatLogger v2.0 Coming Soon...
Facing any Problem ?
Join my Discord Server : FireeY Squad
Subscribe Me on YouTube : Mr.Streamer
Follow Me on Instagram : @rudranshjoshi1806




0 Comments