diff options
| author | 2016-08-13 00:11:18 -0400 | |
|---|---|---|
| committer | 2016-08-13 00:12:34 -0400 | |
| commit | 0cbfbf380d7430e4904363327231210e970e5925 (patch) | |
| tree | be8cf8fb375ae87d3064b5f75a2b9a4917005429 /data/defscript | |
| parent | KviWindow: Fix build (diff) | |
| download | KVIrc-0cbfbf380d7430e4904363327231210e970e5925.tar.gz KVIrc-0cbfbf380d7430e4904363327231210e970e5925.tar.bz2 KVIrc-0cbfbf380d7430e4904363327231210e970e5925.zip | |
defscript/aliases: Add backall
We have an awayall, why not a backall?
Diffstat (limited to 'data/defscript')
| -rw-r--r-- | data/defscript/aliases.kvs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/defscript/aliases.kvs b/data/defscript/aliases.kvs index bc2849d20..16e7bf8cf 100644 --- a/data/defscript/aliases.kvs +++ b/data/defscript/aliases.kvs @@ -361,6 +361,12 @@ alias(awayall) away -r=%w $0-; } +alias(backall) +{ + foreach(%w,$window.list(console,all)) + back -r=%w; +} + # notify: this is a bit more complex # We want to add an user to the notify list with a single command # The notify lists are handled through the registered users database |
