Aller au contenu

Customization weechat

. Buffers servers independent

/set irc.look.server_buffer independent

Plugins

  • Allow download scripts

    /set script.scripts.download_enabled on
    

  • Autosort alphabetical

    1
    2
    3
    4
    # Install
    /script install autosort.py
    # If you want to manually run it
    /autosort
    

  • Autojoin

    1
    2
    3
    4
    5
    # Install
    /script install autojoin.py
    # If you ever want to save your list of joined channels
    /autojoin --run
    /save
    

  • Emoji

    # Install
    /script install emoji.lua
    

  • List buffer optimized

    # Install
    /script install listbuffer.py