mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 13:42:13 +02:00
Moved /SAVE and /RELOAD to fe-common. Print "config saved" and
"config reloaded" messages. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@510 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
511f95ccaf
commit
d9b661a1fb
6 changed files with 40 additions and 28 deletions
|
|
@ -91,8 +91,9 @@ enum {
|
|||
IRCTXT_NOT_TOGGLE,
|
||||
IRCTXT_PERL_ERROR,
|
||||
IRCTXT_BIND_KEY,
|
||||
IRCTXT_BIND_UNKNOWN_ID
|
||||
|
||||
IRCTXT_BIND_UNKNOWN_ID,
|
||||
IRCTXT_CONFIG_SAVED,
|
||||
IRCTXT_CONFIG_RELOADED
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_core_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue