Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Circe now fully uses the new irc.el API. The last remnants of the Old IRC Interface have been swept away. This creates a number of backwards-incompatible changes. The whole message handler functionality is gone. Use the irc.el event handlers instead. All functions using the "nick user host" argument triple now take "nick userhost" instead. Also, the message option functionality was removed, and ignore/fool is now handled by circe-display alone. Fixes #124 and fixes #127
- Loading branch information