From 714284aa306f2912eaca0c28d779d227db62a96b Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 7 Aug 2019 19:37:27 +0100 Subject: Convert all core ExtensionItem code away from {un,}serialize. --- include/modules/invite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/modules/invite.h') diff --git a/include/modules/invite.h b/include/modules/invite.h index e53d5202f..abd483247 100644 --- a/include/modules/invite.h +++ b/include/modules/invite.h @@ -101,11 +101,11 @@ class Invite::Invite : public insp::intrusive_list_node, publ bool IsTimed() const { return (expiretimer != NULL); } /** Serialize this object - * @param format Serialization format + * @param human Whether to serialize for human consumption or not. * @param show_chans True to include channel in the output, false to include the nick/uuid * @param out Output will be appended to this string */ - void Serialize(SerializeFormat format, bool show_chans, std::string& out); + void Serialize(bool human, bool show_chans, std::string& out); friend class APIImpl; -- cgit v1.3.1-10-gc9f91