Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.06 KB

irssi-weed

GitHub contributors license

Heavily Xchat inspired beautiful irssi theme.

This is a version for my own use of ronilaukkarinen/weed. All congratulations go to him. Primarily the scripts have been updated. However, some of the config had to be adapted to this.

Configuration

Change your username and your quit message in your config file. You can use the snippet as an example.

settings = {
  core = {
    real_name    = "";
    user_name    = "";
    nick         = "";
    quit_message = "bye!";
    }
  };

servers = ();

chatnets = {};

channels = ();

The following scripts are used in this fork:

  • adv_windowlist.pl
  • nickcolor_expando.pl
  • trackbar.pl
  • recentdepart.pl

Take a look into the perl/core/scripts area in the config file. The settings for the scripts are set there. Check also the startup file.