-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
39 lines (27 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.