mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Forgot to move fe-ignore to core.
/unignore now complains if you don't give parameters to it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@737 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1627ad03bd
commit
20bac288f6
9 changed files with 40 additions and 28 deletions
|
|
@ -55,9 +55,6 @@ void fe_events_deinit(void);
|
|||
void fe_events_numeric_init(void);
|
||||
void fe_events_numeric_deinit(void);
|
||||
|
||||
void fe_ignore_init(void);
|
||||
void fe_ignore_deinit(void);
|
||||
|
||||
void irc_completion_init(void);
|
||||
void irc_completion_deinit(void);
|
||||
|
||||
|
|
@ -105,7 +102,6 @@ void fe_common_irc_init(void)
|
|||
fe_ctcp_init();
|
||||
fe_events_init();
|
||||
fe_events_numeric_init();
|
||||
fe_ignore_init();
|
||||
fe_netsplit_init();
|
||||
fe_netjoin_init();
|
||||
irc_completion_init();
|
||||
|
|
@ -124,7 +120,6 @@ void fe_common_irc_deinit(void)
|
|||
fe_ctcp_deinit();
|
||||
fe_events_deinit();
|
||||
fe_events_numeric_deinit();
|
||||
fe_ignore_deinit();
|
||||
fe_netsplit_deinit();
|
||||
fe_netjoin_deinit();
|
||||
irc_completion_deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue