aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-11-28 15:55:14 +0100
committerDavid Runge <david.runge@frqrec.com>2014-11-28 15:55:14 +0100
commit41381cf27104101b2c298862f8c5d8a0cd64fdfd (patch)
treea594b0268bdc0cc8931cbcc368b29852ba76367c
parent95e4d20a21054bcc3240e733662a5f2aaa331292 (diff)
downloaddotfiles-41381cf27104101b2c298862f8c5d8a0cd64fdfd.tar.gz
dotfiles-41381cf27104101b2c298862f8c5d8a0cd64fdfd.tar.bz2
dotfiles-41381cf27104101b2c298862f8c5d8a0cd64fdfd.tar.xz
dotfiles-41381cf27104101b2c298862f8c5d8a0cd64fdfd.zip
irssi: Added shorthand forms in irssi config
-rw-r--r--.irssi/config14
1 files changed, 3 insertions, 11 deletions
diff --git a/.irssi/config b/.irssi/config
index 51c1c8b..d4d8b1a 100644
--- a/.irssi/config
+++ b/.irssi/config
@@ -264,9 +264,7 @@ settings = {
activity_hide_level = "JOINS PARTS QUITS MODES";
autolog_ignore_targets = "bitlbee/&bitlbee";
};
- "perl/core/scripts" = {
- tmux_away_active = "yes";
- };
+ "perl/core/scripts" = { tmux_away_active = "yes"; };
};
ignores = (
@@ -294,10 +292,7 @@ ignores = (
level = "JOINS PARTS QUITS MODES NICKS";
channels = ( "#what.cd-help" );
},
- {
- level = "";
- channels = ( "#unixpool" );
- },
+ { level = ""; channels = ( "#unixpool" ); },
{
level = "JOINS PARTS QUITS MODES NICKS";
channels = ( "#supercollider" );
@@ -310,10 +305,7 @@ ignores = (
level = "JOINS PARTS QUITS MODES NICKS";
channels = ( "#twitter_frqrec" );
},
- {
- level = "";
- channels = ( "#freaks" );
- }
+ { level = ""; channels = ( "#freaks" ); }
);
logs = { };