mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
added INVITELIST alias.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2474 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
01bcf83b56
commit
57607d1e3a
@ -65,6 +65,8 @@ aliases = {
|
|||||||
RUN = "SCRIPT LOAD";
|
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\" }'";
|
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";
|
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 = {
|
statusbar = {
|
||||||
@ -104,13 +106,15 @@ statusbar = {
|
|||||||
# the "default statusbar" to be displayed at the bottom of the window.
|
# the "default statusbar" to be displayed at the bottom of the window.
|
||||||
# contains all the normal items.
|
# contains all the normal items.
|
||||||
window = {
|
window = {
|
||||||
|
disabled = "no";
|
||||||
|
|
||||||
# window, root
|
# window, root
|
||||||
type = "window";
|
type = "window";
|
||||||
# top, bottom
|
# top, bottom
|
||||||
placement = "bottom";
|
placement = "bottom";
|
||||||
# number
|
# number
|
||||||
position = "1";
|
position = "1";
|
||||||
# active, inactive, always, never (disables the statusbar)
|
# active, inactive, always
|
||||||
visible = "active";
|
visible = "active";
|
||||||
|
|
||||||
# list of items in statusbar in the display order
|
# list of items in statusbar in the display order
|
||||||
|
Loading…
Reference in New Issue
Block a user