mirror of https://github.com/gissleh/irc.git
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
4 lines
243 B
// Package handlers contain extra handlers that add features to an IRC client that are not
|
|
// always necessary. This includes most input handlers and features. If something adds
|
|
// a IRCv3 cap, it should not be here, however.
|
|
package handlers
|