summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-16 10:46:35 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-16 10:46:35 +0000
commit57607d1e3aaed00ddfa2edf4ac6088bd77748933 (patch)
treefe37c6408eada27f3649e19db91a2193712b0549 /irssi.conf
parent01bcf83b56af6e0eaf7f082184abc6e1c5318880 (diff)
downloadirssi-57607d1e3aaed00ddfa2edf4ac6088bd77748933.zip
added INVITELIST alias.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2474 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/irssi.conf b/irssi.conf
index c95864b4..214abae1 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -65,6 +65,8 @@ aliases = {
RUN = "SCRIPT LOAD";
UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'";
CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
+ SBAR = "STATUSBAR";
+ INVITELIST = "mode $C +I";
};
statusbar = {
@@ -104,13 +106,15 @@ statusbar = {
# the "default statusbar" to be displayed at the bottom of the window.
# contains all the normal items.
window = {
+ disabled = "no";
+
# window, root
type = "window";
# top, bottom
placement = "bottom";
# number
position = "1";
- # active, inactive, always, never (disables the statusbar)
+ # active, inactive, always
visible = "active";
# list of items in statusbar in the display order