mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
fix warning
This commit is contained in:
parent
62c7a743a7
commit
785455ccc0
@ -654,10 +654,12 @@ fe_chan_list_end (struct server *serv)
|
||||
gboolean
|
||||
fe_add_ban_list (struct session *sess, char *mask, char *who, char *when, int rplcode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
gboolean
|
||||
fe_ban_list_end (struct session *sess, int rplcode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
void
|
||||
fe_notify_update (char *name)
|
||||
|
Loading…
Reference in New Issue
Block a user