This website requires JavaScript.
Explore
Help
Register
Sign in
tslocum
/
anonircd
Watch
1
Star
0
Fork
You've already forked anonircd
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
404e55d514
anonircd
/
channel.go
11 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
Split into separate files
2016-09-02 05:54:54 +00:00
package
main
type
Channel
struct
{
Unify clients and channels as entities, implement basic user/channel mode switching
2016-09-04 09:22:33 +00:00
Entity
Split into separate files
2016-09-02 05:54:54 +00:00
clients
map
[
string
]
int
topic
string
topictime
int64
}
Reference in a new issue
Copy permalink