Some scripts for weechat
-
- allows you to use inline text (mostly used for emotes) replacements in weechat and adds autocompletion
- lists of emotes are saved as
plugins.var.perl.inlinemote.emoteswhich allows you to share your emotes without much hassle - current defaults are
- :whatever ¯\_(ツ)_/¯
- :yay (ノ´ー`)ノ
- :indifferent (´_ゝ`)
- :c ┐( ̄ー ̄)┌
- :g ( ¬‿¬)
- :s ┐(´~`;)┌
- :i (´_ゝ`)
You can easily add, list and remove combinations:
/ie list- lists all emotes in the buffer/ie add _x :-)- adds a replacement _x, the emoticon can contain spaces/ie remove _x- removes replacement _x/ie on- enables replacements/ie off- disables replacements -
- gives you an ability to invoke a command for all nicks in buffer:
/mass_cmd hello, {nick}/mass_cmd /mode #channel +v {nick}
- gives you an ability to invoke a command for all nicks in buffer:
-
- adds a custom my_hotlist item, use to write your own hotlist style
All my plugins are licensed under the "whatever" license. See the license for more information.