mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
fix /ban command
This commit is contained in:
parent
4b48cdce65
commit
822fd50132
4 changed files with 42 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue