Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
add note about Channel.Channels(), Channel.Users()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Cooper committed Dec 11, 2014
1 parent 1c9b1e5 commit 70d2957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ piepan is built using the [gumble](https://github.com/layeh/gumble) library. Doc

Object that contains all of the channels that are on the server. The channels are mapped by their channel IDs (as a string). `piepan.Channels["0"]` is the server's root channel.

Note: [`Channel.Channels()`](https://godoc.org/github.com/layeh/gumble/gumble#Channel.Channels) and [`Channel.Users()`](https://godoc.org/github.com/layeh/gumble/gumble#Channel.Users) cannot be iterated over.

### `piepan.Disconnect()`

Disconnects from the server.
Expand Down Expand Up @@ -173,7 +175,7 @@ Example:
- Next
- Moved to Go (+ gumble)
- API has been overhauled. There is no backwards capability with previous versions of piepan.
- JavaScript is now being used as the script language
- JavaScript is now being used as the scripting language
- 0.3.1 (2014-10-06)
- Fixed audio transmission memory leak
- 0.3.0 (2014-10-01)
Expand Down

0 comments on commit 70d2957

Please sign in to comment.