mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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
This commit is contained in:
parent
e7e2b79f7c
commit
2b16677044
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user