Skip to content

devinr/PyOpenB0t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

If you, for whatever reason, need the bot to have an 8kb buffer,
do the following while in the main PyOpenB0t directory (not src/):
cp src/bot.py src/bot.py.orig
sed 's/s.recv(4096)/s.recv(8192)/' src/bot.py.orig > src/bot.py

About

A port of WinOCM's OpenB0t to Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages