mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Duplicate the code paths for autocommands.
This commit is contained in:
parent
2502080871
commit
eba160ca6d
3 changed files with 30 additions and 15 deletions
|
|
@ -31,6 +31,7 @@ void channel_change_visible_name(CHANNEL_REC *channel, const char *name);
|
|||
|
||||
/* Send the auto send command to channel */
|
||||
void channel_send_autocommands(CHANNEL_REC *channel);
|
||||
void channel_send_botcommands(CHANNEL_REC *channel);
|
||||
|
||||
void channels_init(void);
|
||||
void channels_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue