summaryrefslogtreecommitdiff
path: root/.irssi/config
blob: 3ca58d68f25e4cce91e180242ae29ea38501a977 (plain)
1
2
3
4
5
6
7
8
9
10
nick = "pks";
theme = "purplechat.theme";
timestamps = "ON";
timestamp_format = "%H:%M:%S";

settings = {
  core = { real_name = "Unknown"; user_name = "pks"; nick = "pks"; };
  "fe-text" = { actlist_sort = "refnum"; };
  "fe-common/core" = { theme = "purplechat"; };
};