File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This short example connects to a RCon server and prints all server messages it r
2222def msg (message ):
2323 print (message)
2424
25- import ARC
25+ import rcon
2626rcon_client = rcon.ARC(" 192.168.000.001" , " MyPassword" , 2302 )
2727rcon_client.add_Event(" received_ServerMessage" , msg)
2828
@@ -32,7 +32,7 @@ rcon_client.add_Event("received_ServerMessage", msg)
3232
3333# Contact me:
3434Join my Discord: https://discordapp.com/invite/YhBUUSr
35- or on the Bohemia Interactive Forum Thread: https://forums.bohemia.net/forums/topic/223835-api-bec-rcon-api-for-python-and-discord/
35+ Bohemia Interactive Forum Thread: https://forums.bohemia.net/forums/topic/223835-api-bec-rcon-api-for-python-and-discord/
3636
3737# Documentation
3838## Event Handlers:
You can’t perform that action at this time.
0 commit comments