Mirror of github.com/gissleh/irc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
243 B

  1. // Package handlers contain extra handlers that add features to an IRC client that are not
  2. // always necessary. This includes most input handlers and features. If something adds
  3. // a IRCv3 cap, it should not be here, however.
  4. package handlers