From ca4359543096ed0f97442b70e8a78fca33102198 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:04:34 -0700 Subject: [PATCH] Rename HexChat to ZoiteChat in dbus-client.h --- src/common/dbus/dbus-client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/dbus/dbus-client.h b/src/common/dbus/dbus-client.h index 1ca5713e..f09c19cf 100644 --- a/src/common/dbus/dbus-client.h +++ b/src/common/dbus/dbus-client.h @@ -1,4 +1,4 @@ -/* dbus-client.h - HexChat command-line options for D-Bus +/* dbus-client.h - ZoiteChat command-line options for D-Bus * Copyright (C) 2006 Claessens Xavier * * This program is free software; you can redistribute it and/or modify @@ -22,6 +22,6 @@ #ifndef __DBUS_PLUGIN_H__ #define __DBUS_PLUGIN_H__ -void hexchat_remote (void); +void zoitechat_remote (void); #endif /* __DBUS_PLUGIN_H__ */