Skip to content

OliverUv/weechat-emojis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The shittiest weechat plugin ever. Automagical emojis!
Because we all <3 Knifa on #glasnost.
------------------------------------------------------------------------------

                        (ノ゚-゚)ノ☆ INSTRUCTIONS ★ヽ(°ー° )ノ

1) Copy/symlink script as ~/.weechat/python/emojis.py
2) Copy/symlink emojis database as ~/.weechat/emojis-db.dat
3) /script load emojis.py
4) Marvel at your ability to use things like :table:

Optional:

Symlink into ~/.weechat/python/autoload to load automatically

You can configure an arbitrary path for the emojis database:
  /set plugins.var.python.emojis.dbfile /path/to/emojis-db.dat

You can reload the emojis using
  /reloademojis

You may add your own to the database, format is:

  :trigger:
  emoji

Your trigger MUST begin with ':'.

The format is compatible with irssi-emojis and the mirc variant from
Daniel Callander (Knifa).

NOTE: The script currently doesn't work over weechat relay clients. This is
because it hooks the input buffer event explicitly, and as such will only work
in the curses client.

                   (ノ゜o゜)ノ    ●~*     Σ(゜д゜)
     ATTENTION: This is a preliminary port of the irssi analogue found at:
                    https://github.com/mrdaemon/irssi-emojis
  It may not be as featureful at the moment, but the basics work, and sanely.

About

A port of my horrible irssi-emojis script to weechat (now with at least 99.9% less Perl)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%