diff --git a/modules/m_xline.c b/modules/m_xline.c index 04e02617b..02c162af4 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -456,7 +456,7 @@ handle_remote_unxline(struct Client *source_p, const char *name) } static void -remove_xline(struct Client *source_p, const char *name, int propagated) +remove_xline(struct Client *source_p, const char *name, bool propagated) { struct ConfItem *aconf; rb_dlink_node *ptr;