Merge remote-tracking branch 'origin/pull/4834'

This commit is contained in:
Reto Brunner 2024-02-19 13:45:53 +01:00
commit c09f751552

View file

@ -12,7 +12,7 @@ const ctcpResponses = {
.join(" "),
PING: ({message}: {message: string}) => message.substring(5),
SOURCE: () => pkg.repository.url,
VERSION: () => pkg.name + " " + Helper.getVersion() + " -- " + pkg.homepage,
VERSION: () => pkg.name + " -- " + pkg.homepage,
};
export default <IrcEventHandler>function (irc, network) {