fix /ban command

This commit is contained in:
Ailin Nemui 2024-04-12 22:55:20 +02:00
commit 822fd50132
4 changed files with 42 additions and 38 deletions

View file

@ -3,6 +3,7 @@
int fe_channel_is_opchannel(IRC_SERVER_REC *server, const char *target);
const char *fe_channel_skip_prefix(IRC_SERVER_REC *server, const char *target);
char *time_ago(time_t seconds);
void fe_irc_channels_init(void);
void fe_irc_channels_deinit(void);