This is an IRC client package. It is mainly useful for creating bots.
You can add functionality to clients via packages.
Packages can add to godrop.Hooks via an init() function. godrop calls
each hook with every IRC protocol message. This means you can take actions
based on anything that occurs on IRC.
This repository includes these packages to add functionality:
This package makes the client respond to !trigger type commands on channels
to query DuckDuckGo.
!ddg/.ddgsearch and show the first 4 results!ddg1/.ddg1search and show the first result!duck/.ducksearch for an instant answers
This package makes the client an IRC operator upon connect. You need to
define oper-name and oper-password in your client's configuration to
use it.
This package causes the client to record connecting IPs to a file. It's based on ircd-ratbox notices. The bot must be an operator to see these notices.