Skip to content

Commit 677ef44

Browse files
committed
Add BNCS client
Intended to be as simple as BN#. Create an instance, pass in some config values, and await full_login() (or manually run the connection using more specific functions). Includes many config options and places to override nearly every part of the connection. Requires BNLS (for now). Includes legit handling of UDP.
1 parent cc9d465 commit 677ef44

File tree

2 files changed

+1449
-0
lines changed

2 files changed

+1449
-0
lines changed

bncs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from .packets import *
77

8+
from .client import BnetClient, ChatEvent
89

910
# Chat event IDs
1011
from .chat import EID_SHOWUSER, EID_JOIN, EID_LEAVE, EID_WHISPER, EID_TALK, EID_BROADCAST, EID_CHANNEL, EID_USERFLAGS, \

0 commit comments

Comments
 (0)