Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull/4834'
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed Feb 19, 2024
2 parents fb5864e + 45563d9 commit c09f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugins/irc-events/ctcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c09f751

Please sign in to comment.