1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-10 23:30:57 +00:00

client: Move room/channel distinction into name (room.trihex)

Also, have the client send a "ready" message when it has sent all its
initial requests.
This commit is contained in:
Kane York 2015-10-26 12:13:28 -07:00
parent 69676bf287
commit 85d261afb3
10 changed files with 62 additions and 162 deletions

View file

@ -42,8 +42,6 @@ var CommandHandlers = map[Command]CommandHandler{
"sub": HandleSub,
"unsub": HandleUnsub,
"sub_channel": HandleSubChannel,
"unsub_channel": HandleUnsubChannel,
"track_follow": HandleTrackFollow,
"emoticon_uses": HandleEmoticonUses,