Duplicate the code paths for autocommands.

This commit is contained in:
LemonBoy 2016-01-24 23:02:40 +01:00
commit eba160ca6d
3 changed files with 30 additions and 15 deletions

View file

@ -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);