文件名称:irc:用于 go 的 IRC 客户端库
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-03 06:59:02
Go
电汇 irc是一个用 go 编写的可扩展 IRC 客户端库。 可以在以下位置找到此库的示例用法: : 。 这仍在进行中,可能不应在生产中使用。 这实际上只是作为学习练习而编写的。 用法 package main import "github.com/cjoudrey/irc" func main () { handler := * irc . NewEventHandler () client := irc. Client { Host : "irc.freenode.net" , Port : "6697" , Nickname : "cjoudrey" , Ident : "cjoudrey" , Realname : "Christian Joudrey" , Secure : true ,
【文件预览】:
irc-master
----message.go(860B)
----event_handler.go(623B)
----LICENSE(1KB)
----client.go(2KB)
----.gitignore(266B)
----README.md(739B)