goirc/client
Chris Rhodes 89c23a7787 Add support for complex regex commands.
Refactor commands so they are just handlers.
Add commands that listen for YouTube/Webpage mentions and print information (Video Info/Title).
Add simple command examples in client.go
TODO: Use a better data store for the commands, perhaps a linked list like handlers.
2013-02-16 23:50:42 -08:00
..
commands.go Use the internal event handling for initial pass/user/nick messages. 2013-02-15 19:24:10 -08:00
commands_test.go Use the internal event handling for initial pass/user/nick messages. 2013-02-15 19:24:10 -08:00
connection.go Add support for complex regex commands. 2013-02-16 23:50:42 -08:00
connection_test.go Call init in connect so theres no special casing for tests. 2013-02-15 19:47:10 -08:00
dispatch.go Add support for complex regex commands. 2013-02-16 23:50:42 -08:00
dispatch_test.go Use the internal event handling for initial pass/user/nick messages. 2013-02-15 19:24:10 -08:00
funcs.go Add support for complex regex commands. 2013-02-16 23:50:42 -08:00
handlers.go Add support for complex regex commands. 2013-02-16 23:50:42 -08:00
handlers_test.go Use the internal event handling for initial pass/user/nick messages. 2013-02-15 19:24:10 -08:00
line.go Add a listener for YouTube and URLs, and spit out the Video Name or Title back to the sourc. 2013-02-16 19:57:54 -08:00
line_test.go Use the internal event handling for initial pass/user/nick messages. 2013-02-15 19:24:10 -08:00
mocknetconn_test.go Re-work Handlers for IRC events; add Commands. 2013-02-16 00:17:31 +00:00
state_handlers.go Use the internal event handling for initial pass/user/nick messages. 2013-02-15 19:24:10 -08:00