This website requires JavaScript.
Explore
Help
Sign In
mirror
/
goirc
mirror of
https://github.com/fluffle/goirc
Watch
1
Star
0
Fork
You've already forked goirc
0
Code
Issues
Releases
Wiki
Activity
master
goirc
/
.gitignore
9 lines
55 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
initial go IRC library, dirty hax abound :-)
2009-11-29 20:23:15 +00:00
/gobot
*.[568]
_obj/
add irc_test.go, update Makefile and .gitignore add simple test code to make building this package within src/pkg happy; update irc/Makefile whitespace -- s/ /\t/; update .gitignore to ignore _test directory created in test build;
2009-12-18 22:40:40 +00:00
_test/
initial go IRC library, dirty hax abound :-)
2009-11-29 20:23:15 +00:00
*.swp
*~
vastly updated bot framework, now with state tracking etc.
2009-12-17 17:22:31 +00:00
*.out
add: :n username channelname ex: :n testuser #testchannel (#97) Add: :n <nick> <channel> as a command to the example client. This queries the state tracker for the status of the user on the given channel.
2017-06-02 21:39:41 +00:00
/.gitconfig