diff options
author | Timo Sirainen <cras@irssi.org> | 1999-11-07 01:18:15 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-11-07 01:18:15 +0000 |
commit | 2b16677044b2edb8013488a21d6fb40177d4789c (patch) | |
tree | c4255d43762c9df9951e2ca018b8859915b71884 | |
parent | e7e2b79f7ca7cae4e2eb8cf4c3e788e8cbadae4e (diff) | |
download | irssi-2b16677044b2edb8013488a21d6fb40177d4789c.zip |
Automatic text replaces, useful for things like :9 -> :) .. This
is actually almost same as completions, except they are activated
with different keys..
Nicklist popup menu is now configurable. It's now in the automation setup
dialog which is a bit wrong..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@74 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/common-setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-setup.h b/src/common-setup.h index 8a30ef24..c30166d5 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -22,7 +22,7 @@ #define MAX_MASSJOIN_WAIT 5000 /* lists */ -extern GList *aliases, *ignores, *completions, *notifies, *hilights; +extern GList *aliases, *ignores, *completions, *notifies, *hilights, *replaces, *popups; /* servers */ typedef struct |