Home

Awesome

Build status License Alire crate GitHub release IRC Gitter chat

weechat-emoji

A WeeChat plug-in written in Ada 2012 that displays emoji.

Uses the weechat-ada bindings.

Dependencies

In order to build the plug-in, you need to have:

Installation

A Makefile is provided to build the source code. Use make to build the source code:

$ make

After having compiled the source code, the plug-in can be installed to ~/.weechat/plugins/ by executing:

$ make install

Contributing

Read the contributing guidelines if you want to add a bugfix or an improvement.

License

This plug-in is licensed under the Apache License 2.0. The first line of each Ada file should contain an SPDX license identifier tag that refers to this license:

SPDX-License-Identifier: Apache-2.0